Skip to content
Back to Arch Tools

Card snapshot

archtools.dev · 2026-08-18 00:38:59 UTC · 5fb422bc0c39e45d66287a2f075378f43e5c79de6a6429da5f3880aab43b70eb

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "Arch Tools",
  "description": "The first API platform built for autonomous agent payments. 63 production-ready tools for AI agents and developers. Web scraping, AI generation, crypto data, NLP, media, validation, and more.",
  "url": "https://archtools.dev",
  "version": "1.10.0",
  "protocol": "a2a/1.0",
  "provider": {
    "organization": "Arch Tools",
    "url": "https://archtools.dev"
  },
  "capabilities": {
    "tools": true,
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "authentication": {
    "schemes": [
      {
        "type": "apiKey",
        "in": "header",
        "name": "Authorization",
        "description": "Bearer token: Authorization: Bearer YOUR_API_KEY"
      },
      {
        "type": "apiKey",
        "in": "header",
        "name": "x-api-key",
        "description": "API key header"
      },
      {
        "type": "oauth2",
        "flows": {
          "authorizationCode": {
            "authorizationUrl": "https://archtools.dev/oauth/authorize",
            "tokenUrl": "https://archtools.dev/oauth/token",
            "scopes": {
              "tools:read": "Read tool metadata and pricing",
              "tools:execute": "Execute tools"
            }
          }
        }
      },
      {
        "type": "x402",
        "description": "Pay-per-call with USDC on Base or Polygon. No signup required.",
        "discoveryUrl": "https://archtools.dev/.well-known/x402"
      }
    ]
  },
  "skills": [
    {
      "id": "ai-generate",
      "name": "AI Text Generation",
      "description": "Generate text via Claude Sonnet",
      "tags": [
        "ai",
        "nlp",
        "generation"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "web-scrape",
      "name": "Web Scraping",
      "description": "Scrape any public URL with optional CSS selector",
      "tags": [
        "web",
        "scraping",
        "extraction"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "crypto-price",
      "name": "Crypto Price",
      "description": "Real-time cryptocurrency price, 24h change, market cap",
      "tags": [
        "crypto",
        "finance",
        "data"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "ai-oracle",
      "name": "AI Oracle",
      "description": "Premium reasoning with structured analysis and confidence levels",
      "tags": [
        "ai",
        "reasoning",
        "analysis"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "workflow-agent",
      "name": "Workflow Agent",
      "description": "Execute multi-step autonomous AI agent pipeline",
      "tags": [
        "ai",
        "automation",
        "workflow"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "design-create",
      "name": "Image Generation",
      "description": "Generate images from text prompts via DALL-E 3",
      "tags": [
        "media",
        "image",
        "generation"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "video-generate",
      "name": "Video Generation",
      "description": "AI video generation from text prompts via Runway Gen-3",
      "tags": [
        "media",
        "video",
        "generation"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "browser-task",
      "name": "Browser Automation",
      "description": "Headless browser automation via Playwright",
      "tags": [
        "web",
        "automation",
        "browser"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    }
  ],
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "endpoints": {
    "tools": "https://archtools.dev/v1/tools",
    "discover": "https://archtools.dev/v1/discover",
    "health": "https://archtools.dev/health",
    "openapi": "https://archtools.dev/openapi.json",
    "x402": "https://archtools.dev/.well-known/x402",
    "mcp_sse": "https://archtools.dev/mcp/sse",
    "mcp_http": "https://archtools.dev/mcp/mcp"
  },
  "pricing": {
    "model": "credits",
    "freeCredits": 100,
    "packs": [
      {
        "id": "starter",
        "name": "Starter Pack",
        "credits": 3000,
        "price": "$9"
      },
      {
        "id": "pro",
        "name": "Pro Pack",
        "credits": 25000,
        "price": "$49"
      },
      {
        "id": "business",
        "name": "Business Pack",
        "credits": 125000,
        "price": "$199"
      }
    ],
    "x402": {
      "description": "Pay-per-call with USDC \u2014 no signup needed",
      "networks": [
        "base",
        "polygon"
      ]
    }
  }
}