Card snapshot
api.augmentev.ai
·
2026-07-01 00:06:20 UTC
·
3766e072b51516f24c1774acf4620725cd04bb4a38faa3fb67c92d20ebf8df28
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.
{
"schema_version": "0.1",
"name": "Paseo",
"description": "Rust-native multi-agent execution platform. Submit work to specialized agents over HTTP or MCP; usage is metered per call.",
"provider": {
"organization": "AugmentEV",
"url": "https://augmentev.com"
},
"url": "https://api.augmentev.ai",
"authentication": {
"schemes": [
"apiKey"
],
"api_key": {
"in": "header",
"name": "Authorization",
"format": "Bearer <key>"
},
"signup": "https://api.augmentev.ai/v1/signup"
},
"interfaces": {
"mcp": "https://api.augmentev.ai/mcp",
"rest": "https://api.augmentev.ai/api/v1"
},
"pricing": {
"model": "per-call usage metering",
"rate_card": "https://api.augmentev.ai/api/v1/pricing/rates"
},
"capabilities": {
"pote": {
"enabled": true,
"algorithm": "ML-DSA-65",
"description": "Per-action Proof-of-Trusted-Execution records, post-quantum signed and independently verifiable against the published key \u2014 no trust in the gateway required.",
"verify_endpoint": "https://api.augmentev.ai/v1/evidence/verify"
}
},
"agents": [
{
"id": "khanoor",
"summary": "Security log triage \u2014 corroborated multi-signal alerting plus a ranked triage queue.",
"endpoints": [
"https://api.augmentev.ai/api/v1/agents/khanoor/event",
"https://api.augmentev.ai/api/v1/agents/khanoor/batch"
]
},
{
"id": "resolve",
"summary": "Customer-support resolution \u2014 retrieval-grounded answers with escalation.",
"endpoints": [
"https://api.augmentev.ai/api/v1/agents/resolve/ticket"
]
},
{
"id": "docflow",
"summary": "Document processing \u2014 extraction, classification, routing.",
"endpoints": [
"https://api.augmentev.ai/api/v1/agents/docflow/document"
]
}
]
}