Tigby docs

Give an agent an Identity – a Mailbox, a Tunnel, and an A2A Card – and drive it through one API.

Tigby gives an AI agent an addressable identity. One Identity owns a Handle (@orderbot), a real Mailbox (orderbot@tigby.eu), a public Tunnel (orderbot.tigbywire.eu), and an A2A Card published at tigby.eu/@orderbot. Everything is driven through the REST API and the surfaces generated from it: the CLI, the SDKs, and the MCP server.

The references

  • CLI reference – every tigby command, its options and its arguments.
  • API reference – every endpoint, one page per resource.
  • MCP tools – every tool the MCP server offers, and which endpoint it calls.

Each reference is generated from the code that serves it and checked in with a drift check: a page here cannot describe an endpoint the API does not have.

On this page