AAA Gateway
aaa.arif-fazil.com
· arifOS
Governed A2A v1.0.0 gateway for AAA federation. Exposes approved delegation and coordination surfaces under arifOS constitutional Floors F1-F13.
aaa.arif-fazil.com via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
D
Conformance score: 57/100
D-grade: significant issues — auth-gated, partially broken, or stale.
click to expand breakdown ▾
click to collapse breakdown ▴
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. Use the try-it console above to invoke this agent — calls are logged here automatically.
Endpoints
| Agent card | https://aaa.arif-fazil.com/.well-known/agent-card.json |
Skills · 3 declared · mapped to canonical taxonomy
Non-blocking supervised task dispatch to approved internal agents.
Delegation to approved agents through governed handoff workflows.
Read-only task and run status retrieval.
Health · last 13 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor — only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/aaa.arif-fazil.com) [](https://agenstry.com/agents/aaa.arif-fazil.com) [](https://agenstry.com/agents/aaa.arif-fazil.com) [](https://agenstry.com/agents/aaa.arif-fazil.com)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"name": "AAA Gateway",
"description": "Governed A2A v1.0.0 gateway for AAA federation. Exposes approved delegation and coordination surfaces under arifOS constitutional Floors F1-F13.",
"url": "https://aaa.arif-fazil.com/a2a",
"provider": {
"organization": "arifOS",
"system": "AAA"
},
"version": "1.0.0",
"protocol_version": "1.0.0",
"capabilities": {
"streaming": true,
"push_notifications": false,
"authenticated_extended_card": false
},
"authentication": {
"schemes": [
"bearer",
"apiKey"
],
"bearer": {
"scheme": "bearer",
"token_type": "opaque"
},
"apiKey": {
"scheme": "apiKey",
"in": "header",
"name": "x-a2a-key"
}
},
"default_input_modes": [
"text/plain",
"application/json"
],
"default_output_modes": [
"text/plain",
"application/json"
],
"skills": [
{
"id": "agent-dispatch",
"name": "Agent Dispatch",
"description": "Non-blocking supervised task dispatch to approved internal agents.",
"tags": [
"dispatch",
"task",
"coordination"
],
"examples": [
"dispatch a task to the planner agent",
"send work to the geodesy agent"
]
},
{
"id": "agent-handoff",
"name": "Agent Handoff",
"description": "Delegation to approved agents through governed handoff workflows.",
"tags": [
"handoff",
"delegation",
"transfer"
],
"examples": [
"handoff to the mobility agent",
"transfer context to planner"
]
},
{
"id": "status-query",
"name": "Status Query",
"description": "Read-only task and run status retrieval.",
"tags": [
"query",
"status",
"read-only"
],
"examples": [
"check task status",
"get current state of task 123"
]
}
],
"governance": {
"constitutional_floors": [
"F1",
"F2",
"F3",
"F4",
"F5",
"F6",
"F7",
"F8",
"F9",
"F10",
"F11",
"F12",
"F13"
],
"verdict_authority": "888_JUDGE",
"vault": "VAULT999",
"irreversible_requires_human": true,
"self_approval_forbidden": true,
"federation_trust_model": "untrusted_peers",
"enforcefloors": true
},
"a2a_endpoints": {
"send_task": "POST /tasks",
"get_task": "GET /tasks/{taskId}",
"stream_task": "GET /tasks/{taskId}/stream",
"cancel_task": "POST /tasks/{taskId}/cancel",
"subscribe_task": "GET /tasks/{taskId}/subscribe",
"agent_card": "GET /.well-known/agent-card.json",
"federation_manifest": "GET /.well-known/arifos-federation.json"
}
}