Skip to content
Back to Agents

Card snapshot

agents.datalegion.ai · 2026-07-13 08:55:38 UTC · 0af8a82bd6695b50576bc646cf64b69f76c2cb7ab421cf052b0e7bf4b5be385f

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": "Data Legion",
  "description": "Person + company enrichment APIs powered by Data Legion. Multi-rail agent payment.",
  "url": "https://agents.datalegion.ai",
  "preferredTransport": "HTTP+JSON",
  "protocolVersion": "1.0",
  "version": "1.0.0",
  "capabilities": {},
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "description": "POST /person/base/no-pii \u2014 person enrichment, base tier, no PII. Body: EITHER one strong identifier (email | email_hash | phone | social_url | linkedin_id | legion_id) OR a name (full_name, or first_name+last_name) paired with one context field (company | school | job_title | city | state | country | postal_code | address | birth_date). Optional: min_confidence, multiple_results, limit, titlecase, required_fields, include_fields, exclude_fields, pretty_print. anonymous (each rail authenticates via its own payment credential). $0.01/call; zero-settle on no-match.",
      "id": "person-base-no-pii",
      "name": "person enrichment (base)",
      "tags": [
        "person",
        "base"
      ]
    },
    {
      "description": "POST /company/base \u2014 company enrichment, base tier, no PII. Body: at least one of legion_id | domain | name | linkedin_id | social_url | ticker_symbol. Optional refinement: industry. Optional: min_confidence, multiple_results, limit, titlecase, required_fields, include_fields, exclude_fields, pretty_print. anonymous (each rail authenticates via its own payment credential). $0.01/call; zero-settle on no-match.",
      "id": "company-base",
      "name": "company enrichment (base)",
      "tags": [
        "company",
        "base"
      ]
    },
    {
      "description": "POST /person/base \u2014 person enrichment, base tier, includes PII. Body: EITHER one strong identifier (email | email_hash | phone | social_url | linkedin_id | legion_id) OR a name (full_name, or first_name+last_name) paired with one context field (company | school | job_title | city | state | country | postal_code | address | birth_date). Optional: min_confidence, multiple_results, limit, titlecase, required_fields, include_fields, exclude_fields, pretty_print. KYC + sanctions + jurisdiction (OFAC) required at settle. $0.05/call; zero-settle on no-match.",
      "id": "person-base",
      "name": "person enrichment (base, PII)",
      "tags": [
        "person",
        "base",
        "kyc",
        "pii"
      ]
    },
    {
      "description": "POST /person/premium/no-pii \u2014 person enrichment, premium tier, no PII. Body: EITHER one strong identifier (email | email_hash | phone | social_url | linkedin_id | legion_id) OR a name (full_name, or first_name+last_name) paired with one context field (company | school | job_title | city | state | country | postal_code | address | birth_date). Optional: min_confidence, multiple_results, limit, titlecase, required_fields, include_fields, exclude_fields, pretty_print. anonymous (each rail authenticates via its own payment credential). $0.04/call; zero-settle on no-match.",
      "id": "person-premium-no-pii",
      "name": "person enrichment (premium)",
      "tags": [
        "person",
        "premium"
      ]
    },
    {
      "description": "POST /person/premium \u2014 person enrichment, premium tier, includes PII. Body: EITHER one strong identifier (email | email_hash | phone | social_url | linkedin_id | legion_id) OR a name (full_name, or first_name+last_name) paired with one context field (company | school | job_title | city | state | country | postal_code | address | birth_date). Optional: min_confidence, multiple_results, limit, titlecase, required_fields, include_fields, exclude_fields, pretty_print. KYC + sanctions + jurisdiction (OFAC) required at settle. $0.08/call; zero-settle on no-match.",
      "id": "person-premium",
      "name": "person enrichment (premium, PII)",
      "tags": [
        "person",
        "premium",
        "kyc",
        "pii"
      ]
    },
    {
      "description": "POST /company/premium \u2014 company enrichment, premium tier, no PII. Body: at least one of legion_id | domain | name | linkedin_id | social_url | ticker_symbol. Optional refinement: industry. Optional: min_confidence, multiple_results, limit, titlecase, required_fields, include_fields, exclude_fields, pretty_print. anonymous (each rail authenticates via its own payment credential). $0.04/call; zero-settle on no-match.",
      "id": "company-premium",
      "name": "company enrichment (premium)",
      "tags": [
        "company",
        "premium"
      ]
    }
  ],
  "documentationUrl": "https://agents.datalegion.ai/llms.txt"
}