Skip to content
Back to API Acre Discovery Agent

Card snapshot

apiacre.com · 2026-08-16 01:41:23 UTC · e4ad2c91537f68c8ac431f3371bcecd64284c92e24cd7367e58f56e2569dfa81

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": "API Acre Discovery Agent",
  "description": "Discovers and recommends API Acre's x402-paid web, document, developer, research, data, and EVM services on Base. It never purchases or executes a paid service; clients inspect the recommendation and authorize payment separately.",
  "supportedInterfaces": [
    {
      "url": "https://apiacre.com/a2a",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    }
  ],
  "provider": {
    "url": "https://apiacre.com",
    "organization": "API Acre"
  },
  "version": "0.2.5",
  "documentationUrl": "https://apiacre.com/buyers",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "securitySchemes": {},
  "securityRequirements": [],
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "skills": [
    {
      "id": "recommend-paid-api",
      "name": "Recommend a paid API",
      "description": "Rank API Acre services for a natural-language task and return prices, schemas, documentation, and payment routes.",
      "tags": [
        "api",
        "discovery",
        "recommendation",
        "x402",
        "base",
        "usdc"
      ],
      "examples": [
        "Find a service that redacts personal data from a document",
        "Recommend an API for SEC filing risk signals under $0.10"
      ]
    },
    {
      "id": "inspect-paid-api",
      "name": "Inspect a paid API",
      "description": "Return the public schema, example, price, and buyer links for an exact API Acre service slug without executing it.",
      "tags": [
        "api",
        "schema",
        "pricing",
        "x402",
        "openapi"
      ],
      "examples": [
        "Inspect developer.x402-preflight"
      ]
    },
    {
      "id": "discover-website-intelligence",
      "name": "Discover website intelligence APIs",
      "description": "Find paid APIs for metadata, content extraction, bounded crawling, SEO, accessibility, performance, security-header, email-authentication, and domain due-diligence work.",
      "tags": [
        "website",
        "metadata",
        "crawler",
        "seo",
        "accessibility",
        "performance",
        "domain",
        "email-authentication",
        "spf",
        "dmarc",
        "dkim"
      ],
      "examples": [
        "Find an API that audits a website before launch",
        "Extract readable content and links from a public page",
        "Check a domain's SPF, DMARC, and known DKIM selectors"
      ]
    },
    {
      "id": "discover-document-processing",
      "name": "Discover document processing APIs",
      "description": "Find paid APIs for PDF and DOCX text extraction, table extraction, PII redaction, document comparison, and deterministic document inspection.",
      "tags": [
        "document",
        "pdf",
        "docx",
        "table",
        "pii",
        "redaction",
        "diff"
      ],
      "examples": [
        "Redact personal data from a document",
        "Extract tables from a PDF without an account"
      ]
    },
    {
      "id": "discover-developer-quality",
      "name": "Discover developer quality APIs",
      "description": "Find paid APIs for code metrics, dependency, license and secret scans, SQL change review, structured diffs, OpenAPI test generation, and x402 preflight.",
      "tags": [
        "developer",
        "code",
        "dependency",
        "license",
        "secret",
        "sql",
        "openapi",
        "x402"
      ],
      "examples": [
        "Generate safe pytest smoke tests from an OpenAPI document",
        "Review a SQL migration without connecting to a database"
      ]
    },
    {
      "id": "discover-structured-data",
      "name": "Discover structured data APIs",
      "description": "Find paid APIs for one-call structured-data contracts, JSON Schema inference and validation, Schema.org JSON-LD normalization, and deterministic CSV, JSON, or YAML structure analysis.",
      "tags": [
        "data",
        "json",
        "json-schema",
        "schema-org",
        "json-ld",
        "csv",
        "yaml",
        "validation"
      ],
      "examples": [
        "Normalize records, infer their schema, and validate a future value in one call",
        "Infer a JSON Schema from CSV records",
        "Validate JSON against Draft 2020-12 without remote references"
      ]
    },
    {
      "id": "discover-public-research",
      "name": "Discover public research APIs",
      "description": "Find paid APIs for SEC filings, Form 4 insider transactions, XBRL financial facts, World Bank country indicators, NHTSA VIN decoding, official OFAC entity-candidate evidence, RSS feeds, multi-feed news, and GLEIF legal-entity records.",
      "tags": [
        "research",
        "sec",
        "filings",
        "form-4",
        "xbrl",
        "world-bank",
        "wdi",
        "nhtsa",
        "vin",
        "vehicle",
        "rss",
        "news",
        "gleif",
        "lei",
        "ofac",
        "sanctions",
        "entity"
      ],
      "examples": [
        "Summarize recent SEC filing activity for a public company",
        "Compare a country's latest GDP, population, inflation, and unemployment data",
        "Decode a VIN into normalized official NHTSA vehicle specifications",
        "Find a legal entity by company name and country",
        "Compare a selected company name with current OFAC Entity records"
      ]
    },
    {
      "id": "discover-base-evm",
      "name": "Discover Base and EVM APIs",
      "description": "Find paid APIs for Base address, account, block, transaction, and contract inspection, bounded read-only eth_call, calldata decoding, and EIP-712 hashing.",
      "tags": [
        "base",
        "evm",
        "ethereum",
        "address",
        "block",
        "historical-block",
        "transaction",
        "contract",
        "calldata",
        "eip-712"
      ],
      "examples": [
        "Inspect a Base transaction, receipt, and bounded token transfers",
        "Inspect a historical Base block by number",
        "Decode calldata using a caller-supplied ABI"
      ]
    }
  ]
}