{
  "agents": [
    {
      "endpoints": [
        "https://api.augmentev.ai/api/v1/agents/khanoor/event",
        "https://api.augmentev.ai/api/v1/agents/khanoor/batch"
      ],
      "id": "khanoor",
      "name": "Khanoor",
      "summary": "Security log triage \u2014 corroborated multi-signal alerting plus a ranked triage queue.",
      "tiers": [
        "standard",
        "confidential"
      ]
    },
    {
      "endpoints": [
        "https://api.augmentev.ai/api/v1/agents/resolve/ticket"
      ],
      "id": "resolve",
      "name": "Resolve",
      "summary": "Customer-support resolution \u2014 retrieval-grounded answers with escalation.",
      "tiers": [
        "standard",
        "confidential"
      ]
    },
    {
      "endpoints": [
        "https://api.augmentev.ai/api/v1/agents/docflow/document"
      ],
      "id": "docflow",
      "name": "DocFlow",
      "summary": "Document processing \u2014 extraction, classification, routing.",
      "tiers": [
        "standard",
        "confidential"
      ]
    }
  ],
  "authentication": {
    "api_key": {
      "format": "Bearer <key>",
      "in": "header",
      "name": "Authorization"
    },
    "schemes": [
      "apiKey"
    ],
    "signup": "https://api.augmentev.ai/v1/signup"
  },
  "description": "Rust-native multi-agent execution platform. Submit supported work to first-party agents over HTTP or MCP; usage is metered per call. Supported completed jobs can return a post-quantum-signed Proof-of-Task-Execution.",
  "interfaces": {
    "mcp": "https://api.augmentev.ai/mcp",
    "rest": "https://api.augmentev.ai/api/v1"
  },
  "name": "Paseo",
  "pricing": {
    "model": "per-call usage metering",
    "rate_card": "https://augmentev.com/.well-known/pricing.json"
  },
  "proof": {
    "type": "Proof-of-Task-Execution",
    "returned": "supported completed jobs",
    "signature": "ML-DSA-65 (FIPS 204, post-quantum)",
    "verify": "https://api.augmentev.ai/v1/evidence/verify"
  },
  "tiers": [
    {
      "id": "standard",
      "summary": "General-purpose verifiable agent execution; post-quantum-signed PoTE on supported completed jobs; usage-based billing.",
      "price_from_usd_per_job": 2.5
    },
    {
      "id": "confidential",
      "summary": "Hardware-attested confidential execution, fail-closed, with a post-quantum-signed proof.",
      "price_from_usd_per_job": 5.0
    }
  ],
  "provider": {
    "organization": "AugmentEV",
    "url": "https://augmentev.com"
  },
  "schema_version": "0.1",
  "url": "https://api.augmentev.ai"
}
