[ 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-apiAutomations
Cron, webhook (whk_), and event triggers. AI Assist drafts structured steps (editable swap/http/wait cards). Trigger Now for manual runs. Shroud-enabled agents sign swaps in TEE.
https://docs.1claw.xyz/docs/guides/automationsCloud Runtimes
Managed containers with Shroud sidecar, Chat + Shell tabs, Secret Manager token mount, step-up unlock for Logs (redacted), and optional {slug}.run.1claw.xyz hosting.
https://docs.1claw.xyz/docs/guides/runtimesAgent Memory
Three-tier memory: scratch (TTL), durable (persistent KV), and semantic (vector search). Envelope-encrypted at rest, namespace-scoped per agent.
https://docs.1claw.xyz/docs/guides/agent-memoryAgent Discovery
Public agent directory with A2A and MCP URLs. Publish agent cards, enable discoverability, filter by tags — build an ecosystem of composable agents.
https://docs.1claw.xyz/docs/guides/agent-discoveryRuntime Hosting
Public HTTP endpoints for Cloud Runtimes at {slug}.run.1claw.xyz. Inbound auth (API key, JWT, or public), auto-TLS, idle auto-start, and slug reservation.
https://docs.1claw.xyz/docs/guides/hostingAgent Chat
Chat with agents from the dashboard or API. Messages routed through Shroud LLM with SSE streaming, conversation history, and model selection.
https://docs.1claw.xyz/docs/guides/agent-communicationAgent Channels
Connect agents to Telegram, WhatsApp, and Discord. Auto-respond via Shroud LLM, send outbound messages, full message history with webhook-driven inbound.
https://docs.1claw.xyz/docs/guides/agent-communication#channels[ 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 60+ tools (vault, on-chain Intents, Execution Intents bindings, Platform, treasury, approvals, Bankr key vending, payment cards, automations, runtimes, memory, sign_digest, chat, channels). 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 ~15 minutes by default).
{
"mcpServers": {
"1claw": {
"command": "npx",
"args": ["-y", "@1claw/mcp@0.43.0"],
"env": {
"ONECLAW_AGENT_API_KEY": "<your-agent-api-key>"
}
}
}
}[ SKILL.MD ]
SKILL.md — complete integration guide
Everything your assistant needs: API, MCP, SDK, Shroud, automations, runtimes, memory, Bankr key vending, billing, and security.
Full SKILL.md (1,660 lines, synced from the 1claw-skill repo) . Paste into your assistant for API, MCP (stdio + auto JWT refresh), SDK, Shroud, automations, runtimes, memory, 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.