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

MCP Server Config

Paste this into your claude_desktop_config.json, Cursor MCP settings, or any MCP-compatible client. Only ONECLAW_AGENT_API_KEY is required — agent ID and vault are auto-discovered.

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

SKILL.md — Complete Integration Guide

This is the full SKILL.md file (~990 lines). Paste it into your AI assistant's context to give it complete knowledge of the 1Claw API, MCP tools, SDK, access control, billing, and security model.

Resources

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