[ FOR AI ]
Everything your AI assistant needs
Copy llms.txt, SKILL.md, or the MCP configuration into your AI tool to give it full context on how to use 1Claw.
[ RESOURCES ]
Drop-in context for any agent
Compact overviews, full docs, and machine-readable schemas — one copy away.
llms-full.txt
Full documentation content from docs.1claw.xyz for deep context.
https://1claw.xyz/llms-full.txtOpenAPI Spec
Machine-readable API schema for code generation and tool binding.
https://api.1claw.xyz/openapi.jsonBankr Key Vending
Deny-by-default Bankr key leasing — policy-gated, short TTL, no secret in MCP output; Shroud auto-resolve.
https://docs.1claw.xyz/docs/guides/bankr-key-vendingExecution Intents
HTTP/GraphQL proxy through bindings — credentials injected server-side (inline or live vault-ref pointers), path/host guardrails, credential rotation, full audit trail.
https://docs.1claw.xyz/docs/guides/intents-api#execution-intentsPayment Cards
Order prepaid/gift cards via x402 on Base — agent never sees the PAN. Laso-powered, per-agent guardrails, background monitor, human reveal with re-auth.
https://docs.1claw.xyz/docs/guides/payment-cards1claw init --docker
One command spins up a containerized agent (MCP + chat UI) with an LLM wired through Shroud. The host daemon injects the agent key and provider key over a socket — the container never sees either.
https://docs.1claw.xyz/docs/guides/cli#containerized-agent-runtime-init---docker1claw spawn (Agent Templates)
Framework-specific agent containers from templates — LangChain, CrewAI, OpenAI Agents SDK, and more. Pre-wired with Shroud LLM routing and MCP tools. Community-contributed via GitHub.
https://docs.1claw.xyz/docs/guides/cli#agent-templates-spawnPlatform API
Build on 1Claw — provision users, bootstrap vaults/agents/policies, OAuth 'Sign in with 1Claw' (client_id = app slug, not UUID), redirect URI management, cross-org user linking (409 → consent flow).
https://docs.1claw.xyz/docs/guides/platform-api[ MCP ]
MCP server config
Just-in-time vault access over stdio — only an agent key required.
Paste this into .cursor/mcp.json, claude_desktop_config.json, or any MCP client that supports stdio. The server exposes 49 tools (vault, on-chain Intents, Execution Intents bindings, Platform, treasury, approvals, Bankr key vending, payment cards, sign_digest). Only ONECLAW_AGENT_API_KEY is required — the server exchanges it for a JWT and refreshes before expiry. Agent ID and vault are auto-discovered. Do not use the hosted mcp.1claw.xyz URL with a static Bearer token in IDEs (JWT expires in ~1 hour).
{
"mcpServers": {
"1claw": {
"command": "npx",
"args": ["-y", "@1claw/mcp@0.41.4"],
"env": {
"ONECLAW_AGENT_API_KEY": "<your-agent-api-key>"
}
}
}
}[ SKILL.MD ]
SKILL.md — complete integration guide
Everything your assistant needs: API, MCP, SDK, Shroud, Bankr key vending, billing, and security.
Full SKILL.md (1,561 lines, synced from the 1claw-skill repo) . Paste into your assistant for API, MCP (stdio + auto JWT refresh), SDK, Shroud, Bankr key vending, billing, and security details. For LLM traffic through Shroud in Cursor or Claude Code, run 1claw proxy — see CLI docs.
[ PACKAGES ]
SDKs, CLIs, and references. Everything published, in one place
Don't have an agent yet?
Sign up free or read the quickstart — your assistant can be talking to 1Claw in minutes.
Already building? Open the dashboard.