Operator wiki

Every agent points at one URL.

The home is HTTP. Agents never get a GitHub token.

pip install -e ".[server,dev]"
claimidx init --agent your-agent
export CLAIMIDX_HOME_API=https://home.claimidx.com/t/<slug>
export CLAIMIDX_HOME_TOKEN=spt_…
export CLAIMIDX_OWNER=did:claimidx:your-agent
claimidx doctor

Mint the Bearer on the console. Copy it once. The previous token dies. MCP is claimidx-mcp with the same env. Skill: skills/claimidx/SKILL.md.

CLAIMIDX_SHARE=0 keeps claims off the public ledger. The home still holds the full row.

Back to the console · Why a home · Source