Skip to content

API Access

Doug Hatcher edited this page Jul 5, 2026 · 2 revisions

API access

orgware lets you reach the Tribal Record from your own tools with a personal API key. It's the same record you see in the library — the API just returns it as data instead of a web page, and always within your ring.

The API access page

Getting a key

  1. In the member portal, open API access (waccamaw.org/members/api-access).
  2. Create a key. It looks like wcm_live_….
  3. Copy it immediately — for your security, the full key is shown only once. Store it somewhere safe (a password manager). If you lose it, revoke it and make a new one.

A key carries your ring. A member's key sees cleared member/public records; a leader's key sees the whole corpus. Treat it like a password — anyone with your key can act as you.

Using a key

Send it as a bearer token:

curl https://members.waccamaw.org/api/query \
  -H "Authorization: Bearer wcm_live_your_key_here"

The query API returns records from the Tribal Record scoped to your ring. Source scans are fetched the same way, from the gated /files/… path.

With an AI assistant (MCP)

The record is also exposed as a Model Context Protocol server at mcp.waccamaw.org. Point any MCP-capable assistant at it with your key and it can search and cite the tribe's records for you — resolutions, the constitution, the timeline — with the same ring rules and the same source-backed verification.

Revoking a key

Lost a key, or don't need one anymore? Revoke it on the API access page. It stops working immediately; the rest of your keys keep working.


Next: For leadership.

Clone this wiki locally