docimprint

AI agent integration

What is DocImprint for agents?

DocImprint exposes verifiable document memory through MCP tools, an A2A agent card, OpenAPI 3.1, and SKILL.md. Agents discover capabilities, pay per call via x402 USDC or API keys, and store tamper-evident evidence bundles.

How do autonomous agents discover DocImprint?

Fetch https://api.docimprint.com/.well-known/agent.json for A2A discovery, https://api.docimprint.com/openapi.json for REST schemas, and connect MCP at https://api.docimprint.com/mcp with a Bearer API key.

Can agents pay without human-provisioned API keys?

Yes. x402 HTTP 402 micropayments on Base let agents sign USDC transfers per request ($0.010–$0.075). Wallet address becomes bundle owner identity for retrieval, legal hold, and chain-of-custody logs.

Discovery endpoints

MCP configuration

json
{
  "mcpServers": {
    "docimprint": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.docimprint.com/mcp",
        "--header",
        "Authorization:${DOCIMPRINT_AUTH}"
      ],
      "env": {
        "DOCIMPRINT_AUTH": "Bearer dr_live_YOUR_KEY"
      }
    }
  }
}

Read the full document memory reference and agent integration docs for full implementation details.

Related