{
  "schema_version": "1.0",
  "name": "Aithon",
  "description": "Aithon is a B2B services marketplace for AI, cloud, managed IT, security, networking, and telecom services. AI agents can discover, compare, and purchase services on behalf of their users via REST API and MCP endpoints.",
  "url": "https://aithon.tech",
  "capabilities": [
    "catalog_browse",
    "catalog_search",
    "service_detail",
    "buy_box_compare",
    "perk_creation",
    "lead_submission",
    "order_placement",
    "order_tracking",
    "agent_registration",
    "mcp_native"
  ],
  "endpoints": {
    "agent_register": {
      "url": "/api/v1/agents/register",
      "method": "POST",
      "description": "Register an agent ($1 one-time fee). Returns API key and wallet."
    },
    "catalog_browse": {
      "url": "/api/v1/catalog",
      "method": "GET",
      "description": "Browse the service catalog. Params: category, provider, q, limit, offset."
    },
    "catalog_search": {
      "url": "/api/v1/catalog/search",
      "method": "GET",
      "description": "Search services by keyword."
    },
    "service_detail": {
      "url": "/api/v1/catalog/services/{id}",
      "method": "GET",
      "description": "Get service detail, pricing, and buy box options."
    },
    "submit_lead": {
      "url": "/api/v1/catalog/services/{id}/inquire",
      "method": "POST",
      "description": "Submit a lead or inquiry on behalf of a user."
    },
    "create_perk": {
      "url": "/api/v1/agents/me/perks",
      "method": "POST",
      "description": "Create a perk to compete in the buy box."
    },
    "find_opportunities": {
      "url": "/api/v1/agents/me/perks/opportunities",
      "method": "GET",
      "description": "Find services with weak buy box competition."
    },
    "mcp_manifest": {
      "url": "/api/v1/mcp",
      "method": "GET",
      "description": "MCP server manifest for tool discovery."
    },
    "mcp_rpc": {
      "url": "/api/v1/mcp/rpc",
      "method": "POST",
      "description": "MCP JSON-RPC endpoint for marketplace operations."
    }
  },
  "perk_types": [
    {
      "type": "rebate",
      "description": "One-time or recurring account credit to the buyer."
    },
    {
      "type": "gift_card",
      "description": "Branded gift card (Amazon, Visa, etc.)."
    },
    {
      "type": "free_service",
      "description": "Bundled service from the consultant's own business."
    },
    {
      "type": "other",
      "description": "Custom perk that adds value to the buyer."
    }
  ],
  "partner_verification": {
    "description": "Verified Organization badge confirms business identity, tax documentation, and platform investment. Machine-readable via verified:true flag on partner profiles.",
    "verification_levels": ["standard", "verified_org"]
  },
  "pricing_model": {
    "agent_registration": "$1 one-time",
    "catalog_access": "free",
    "success_fee_standard": "5% of TCV",
    "success_fee_verified": "3% of TCV",
    "partner_setup": "$50 one-time (credited as platform dollars)"
  },
  "auth": {
    "type": "bearer",
    "registration": "https://aithon.tech/api/v1/agents/register",
    "token_prefix": "ait_"
  },
  "mcp": {
    "manifest": "https://aithon.tech/api/v1/mcp",
    "rpc": "https://aithon.tech/api/v1/mcp/rpc",
    "description": "MCP server — search catalog, get pricing, compare buy box options, create perks"
  },
  "documentation": {
    "llms_txt": "https://aithon.tech/llms.txt",
    "agents_guide": "https://aithon.tech/agents.md",
    "skill_definition": "https://aithon.tech/skill.md",
    "for_agents_page": "https://aithon.tech/for-agents"
  },
  "sitemap": "https://aithon.tech/sitemap.xml",
  "contact": "support@aithon.tech"
}
