AI Agent Integration

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.

llms.txt

Compact overview for AI systems. Linked in the site header.

https://1claw.xyz/llms.txt

llms-full.txt

Full documentation content from docs.1claw.xyz for deep context.

https://1claw.xyz/llms-full.txt

OpenAPI Spec

Machine-readable API schema for code generation and tool binding.

https://api.1claw.xyz/openapi.json

Bankr 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-vending

MCP Server Config

Paste this into .cursor/mcp.json, claude_desktop_config.json, or any MCP client that supports stdio. The server exposes 36 tools (vault, Intents, Platform, treasury, approvals, Bankr key vending). 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).

JSON
{
  "mcpServers": {
    "1claw": {
      "command": "npx",
      "args": ["-y", "@1claw/mcp@0.32.2"],
      "env": {
        "ONECLAW_AGENT_API_KEY": "<your-agent-api-key>"
      }
    }
  }
}

SKILL.md — Complete Integration Guide

Full SKILL.md (loading…). 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.

Resources

Don't have an agent yet? Sign up free or read the quickstart.