{
  "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 work to specialized agents over HTTP or MCP; usage is metered per call. Every job returns 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://api.augmentev.ai/api/v1/pricing/rates"
  },
  "proof": {
    "type": "Proof-of-Task-Execution",
    "returned": "every job",
    "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 every job; usage-based billing.",
      "price_from_usd_per_job": 0.5
    },
    {
      "id": "confidential",
      "summary": "Hardware-attested confidential execution, fail-closed, with a post-quantum-signed proof.",
      "price_from_usd_per_job": 1.38,
      "compliance": [
        "HIPAA",
        "EU AI Act Art. 12 record-keeping"
      ]
    },
    {
      "id": "sovereign",
      "summary": "Dedicated, sovereign-grade isolation by design-partner agreement.",
      "price": "custom",
      "availability": "rolling out 2026-07"
    }
  ],
  "provider": {
    "organization": "AugmentEV",
    "url": "https://augmentev.com"
  },
  "schema_version": "0.1",
  "url": "https://api.augmentev.ai"
}
