{
  "version": 1,
  "provider": "IntelGeist",
  "resources": [
    "https://api.intelgeist.ai/x402/company/profile",
    "https://api.intelgeist.ai/x402/company/resolve",
    "https://api.intelgeist.ai/x402/company/sanctions",
    "https://api.intelgeist.ai/x402/company/ownership",
    "https://api.intelgeist.ai/x402/company/status",
    "https://api.intelgeist.ai/x402/company/filings",
    "https://api.intelgeist.ai/x402/company/identifiers"
  ],
  "items": [
    {
      "resource": "https://api.intelgeist.ai/x402/company/profile",
      "method": "POST",
      "protocol": "x402",
      "description": "Company risk profile from public records (GLEIF, SEC EDGAR, OFAC, UK/EU sanctions, US state registries): identity, registrations, parents/subsidiaries, SEC filings, sanctions screen, v1 risk rating, sources and as-of dates. Send exactly one of lei, cik or domain as JSON. Companies only; no person data. USD 0.25 per successful profile; not-found (404), invalid (422) and failed requests are not charged.",
      "input": {
        "bodyType": "json",
        "schema": {
          "type": "object",
          "additionalProperties": false,
          "properties": {
            "lei": {
              "type": "string",
              "pattern": "^[A-Z0-9]{20}$"
            },
            "cik": {
              "type": "string",
              "pattern": "^[0-9]{1,10}$"
            },
            "domain": {
              "type": "string",
              "pattern": "^(?=.{4,253}$)([a-z0-9-]{1,63}\\.)+[a-z]{2,63}$"
            }
          },
          "oneOf": [
            {
              "required": [
                "lei"
              ]
            },
            {
              "required": [
                "cik"
              ]
            },
            {
              "required": [
                "domain"
              ]
            }
          ]
        }
      },
      "payment": {
        "scheme": "exact",
        "network": "eip155:8453",
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "asset_symbol": "USDC",
        "decimals": 6,
        "amount": "250000",
        "price_usd": "0.25",
        "payTo": "0xE7fE727F37C5166383899ea4E0AB7c4bca72Aba3",
        "facilitator": "Coinbase CDP"
      },
      "terms_url": "https://api.intelgeist.ai/terms",
      "terms_version": "2026-09-13"
    },
    {
      "resource": "https://api.intelgeist.ai/x402/company/resolve",
      "method": "POST",
      "protocol": "x402",
      "description": "Which company is this? Resolves one LEI, SEC CIK or domain to one legal entity: legal name, status, jurisdiction, entity type, formation date, LEI, CIK, US state registry IDs, primary domain and match method and score. Send exactly one of lei, cik or domain as JSON. Companies only; no person data. USD 0.02 per successful lookup; not-found (404), invalid (422) and failed requests are not charged.",
      "input": {
        "bodyType": "json",
        "schema": {
          "type": "object",
          "additionalProperties": false,
          "properties": {
            "lei": {
              "type": "string",
              "pattern": "^[A-Z0-9]{20}$"
            },
            "cik": {
              "type": "string",
              "pattern": "^[0-9]{1,10}$"
            },
            "domain": {
              "type": "string",
              "pattern": "^(?=.{4,253}$)([a-z0-9-]{1,63}\\.)+[a-z]{2,63}$"
            }
          },
          "oneOf": [
            {
              "required": [
                "lei"
              ]
            },
            {
              "required": [
                "cik"
              ]
            },
            {
              "required": [
                "domain"
              ]
            }
          ]
        }
      },
      "payment": {
        "scheme": "exact",
        "network": "eip155:8453",
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "asset_symbol": "USDC",
        "decimals": 6,
        "amount": "20000",
        "price_usd": "0.02",
        "payTo": "0xE7fE727F37C5166383899ea4E0AB7c4bca72Aba3",
        "facilitator": "Coinbase CDP"
      },
      "terms_url": "https://api.intelgeist.ai/terms",
      "terms_version": "2026-09-13"
    },
    {
      "resource": "https://api.intelgeist.ai/x402/company/sanctions",
      "method": "POST",
      "protocol": "x402",
      "description": "Screens one company against OFAC SDN and Consolidated, UK and EU sanctions lists: per-list result (match, possible_match, no_match_found), list date, stale flag and matched entries. Automated comparison, not a legal determination. Send exactly one of lei, cik or domain as JSON. Companies only; no person data. USD 0.05 per successful screen; not-found (404), invalid (422) and failed requests are not charged.",
      "input": {
        "bodyType": "json",
        "schema": {
          "type": "object",
          "additionalProperties": false,
          "properties": {
            "lei": {
              "type": "string",
              "pattern": "^[A-Z0-9]{20}$"
            },
            "cik": {
              "type": "string",
              "pattern": "^[0-9]{1,10}$"
            },
            "domain": {
              "type": "string",
              "pattern": "^(?=.{4,253}$)([a-z0-9-]{1,63}\\.)+[a-z]{2,63}$"
            }
          },
          "oneOf": [
            {
              "required": [
                "lei"
              ]
            },
            {
              "required": [
                "cik"
              ]
            },
            {
              "required": [
                "domain"
              ]
            }
          ]
        }
      },
      "payment": {
        "scheme": "exact",
        "network": "eip155:8453",
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "asset_symbol": "USDC",
        "decimals": 6,
        "amount": "50000",
        "price_usd": "0.05",
        "payTo": "0xE7fE727F37C5166383899ea4E0AB7c4bca72Aba3",
        "facilitator": "Coinbase CDP"
      },
      "terms_url": "https://api.intelgeist.ai/terms",
      "terms_version": "2026-09-13"
    },
    {
      "resource": "https://api.intelgeist.ai/x402/company/ownership",
      "method": "POST",
      "protocol": "x402",
      "description": "GLEIF relationship records: direct and ultimate parents, up to 50 direct subsidiaries, start/end dates and an indicative ownership-chain sanctions exposure (at most LOW confidence; GLEIF is consolidation, not ownership %). Send exactly one of lei, cik or domain as JSON. Companies only; no person data. USD 0.10 per successful lookup; not-found (404), invalid (422) and failed requests are not charged.",
      "input": {
        "bodyType": "json",
        "schema": {
          "type": "object",
          "additionalProperties": false,
          "properties": {
            "lei": {
              "type": "string",
              "pattern": "^[A-Z0-9]{20}$"
            },
            "cik": {
              "type": "string",
              "pattern": "^[0-9]{1,10}$"
            },
            "domain": {
              "type": "string",
              "pattern": "^(?=.{4,253}$)([a-z0-9-]{1,63}\\.)+[a-z]{2,63}$"
            }
          },
          "oneOf": [
            {
              "required": [
                "lei"
              ]
            },
            {
              "required": [
                "cik"
              ]
            },
            {
              "required": [
                "domain"
              ]
            }
          ]
        }
      },
      "payment": {
        "scheme": "exact",
        "network": "eip155:8453",
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "asset_symbol": "USDC",
        "decimals": 6,
        "amount": "100000",
        "price_usd": "0.10",
        "payTo": "0xE7fE727F37C5166383899ea4E0AB7c4bca72Aba3",
        "facilitator": "Coinbase CDP"
      },
      "terms_url": "https://api.intelgeist.ai/terms",
      "terms_version": "2026-09-13"
    },
    {
      "resource": "https://api.intelgeist.ai/x402/company/status",
      "method": "POST",
      "protocol": "x402",
      "description": "Registration status of one company: GLEIF and CO/CT/NY registry records (number, status, status and formation dates), LEI status (e.g. ISSUED, LAPSED), dissolution date and a flag when registries disagree. Send exactly one of lei, cik or domain as JSON. Companies only; no registered agents or officers. USD 0.02 per successful check; not-found (404), invalid (422) and failed requests are not charged.",
      "input": {
        "bodyType": "json",
        "schema": {
          "type": "object",
          "additionalProperties": false,
          "properties": {
            "lei": {
              "type": "string",
              "pattern": "^[A-Z0-9]{20}$"
            },
            "cik": {
              "type": "string",
              "pattern": "^[0-9]{1,10}$"
            },
            "domain": {
              "type": "string",
              "pattern": "^(?=.{4,253}$)([a-z0-9-]{1,63}\\.)+[a-z]{2,63}$"
            }
          },
          "oneOf": [
            {
              "required": [
                "lei"
              ]
            },
            {
              "required": [
                "cik"
              ]
            },
            {
              "required": [
                "domain"
              ]
            }
          ]
        }
      },
      "payment": {
        "scheme": "exact",
        "network": "eip155:8453",
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "asset_symbol": "USDC",
        "decimals": 6,
        "amount": "20000",
        "price_usd": "0.02",
        "payTo": "0xE7fE727F37C5166383899ea4E0AB7c4bca72Aba3",
        "facilitator": "Coinbase CDP"
      },
      "terms_url": "https://api.intelgeist.ai/terms",
      "terms_version": "2026-09-13"
    },
    {
      "resource": "https://api.intelgeist.ai/x402/company/filings",
      "method": "POST",
      "protocol": "x402",
      "description": "Recent SEC EDGAR filings for one company: its CIK and up to 20 most recent filings (form, filing and report date, accession number, document link) with the loaded count. No SEC CIK or no filings on record returns 404, not charged. Send exactly one of lei, cik or domain as JSON. USD 0.02 per successful lookup; invalid (422) and failed requests are not charged.",
      "input": {
        "bodyType": "json",
        "schema": {
          "type": "object",
          "additionalProperties": false,
          "properties": {
            "lei": {
              "type": "string",
              "pattern": "^[A-Z0-9]{20}$"
            },
            "cik": {
              "type": "string",
              "pattern": "^[0-9]{1,10}$"
            },
            "domain": {
              "type": "string",
              "pattern": "^(?=.{4,253}$)([a-z0-9-]{1,63}\\.)+[a-z]{2,63}$"
            }
          },
          "oneOf": [
            {
              "required": [
                "lei"
              ]
            },
            {
              "required": [
                "cik"
              ]
            },
            {
              "required": [
                "domain"
              ]
            }
          ]
        }
      },
      "payment": {
        "scheme": "exact",
        "network": "eip155:8453",
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "asset_symbol": "USDC",
        "decimals": 6,
        "amount": "20000",
        "price_usd": "0.02",
        "payTo": "0xE7fE727F37C5166383899ea4E0AB7c4bca72Aba3",
        "facilitator": "Coinbase CDP"
      },
      "terms_url": "https://api.intelgeist.ai/terms",
      "terms_version": "2026-09-13"
    },
    {
      "resource": "https://api.intelgeist.ai/x402/company/identifiers",
      "method": "POST",
      "protocol": "x402",
      "description": "Map one company ID to the others: crosswalk from one LEI, SEC CIK or domain to LEI, CIK, US state registry numbers, registration-authority IDs, Wikidata QID and primary domain, each with source, as-of date and link confidence. Send exactly one of lei, cik or domain as JSON. Companies only; no person data. USD 0.01 per successful lookup; not-found (404), invalid (422) and failed requests are not charged.",
      "input": {
        "bodyType": "json",
        "schema": {
          "type": "object",
          "additionalProperties": false,
          "properties": {
            "lei": {
              "type": "string",
              "pattern": "^[A-Z0-9]{20}$"
            },
            "cik": {
              "type": "string",
              "pattern": "^[0-9]{1,10}$"
            },
            "domain": {
              "type": "string",
              "pattern": "^(?=.{4,253}$)([a-z0-9-]{1,63}\\.)+[a-z]{2,63}$"
            }
          },
          "oneOf": [
            {
              "required": [
                "lei"
              ]
            },
            {
              "required": [
                "cik"
              ]
            },
            {
              "required": [
                "domain"
              ]
            }
          ]
        }
      },
      "payment": {
        "scheme": "exact",
        "network": "eip155:8453",
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "asset_symbol": "USDC",
        "decimals": 6,
        "amount": "10000",
        "price_usd": "0.01",
        "payTo": "0xE7fE727F37C5166383899ea4E0AB7c4bca72Aba3",
        "facilitator": "Coinbase CDP"
      },
      "terms_url": "https://api.intelgeist.ai/terms",
      "terms_version": "2026-09-13"
    }
  ],
  "openapi": "https://api.intelgeist.ai/openapi.json",
  "llms": "https://api.intelgeist.ai/llms.txt",
  "terms": "https://api.intelgeist.ai/terms"
}