Endpoint
Connect to the region your workspace lives in. The snippets below use the US endpoint — EU workspaces swap in the EU URL.
Authentication
Two options:- OAuth (recommended) — connect without copying a key: your client is challenged on first contact and walks you through authorization in the browser. Active grants are listed and revocable on the Connect Armature MCP page in the dashboard.
- API key — mint a workspace key at Settings → API keys and send it as a bearer token. Keys are shown once at creation.
Set up your client
The dashboard’s Connect Armature MCP page generates ready-to-paste, pre-authenticated snippets for your client. The shapes:- Claude Code
- Cursor
- VS Code
- Codex
- Claude / ChatGPT apps
Try it
Once connected, ask your agent:Rank this workspace’s issues by blast radius, open the worst one, and show me a session that hits it.That prompt ships with the server as
triage_issues — it exercises the whole read surface. The full tool list is on the next page.
