Card snapshot
syntrueno-18489510475.us-central1.run.app
·
2026-08-29 03:15:20 UTC
·
4e50d0007fabca6fb5a60a6cf87a81cf14d6a375d80e0b809a41b1ef40d48b01
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.
{
"name": "SyntruenoCommander",
"description": "Orchestrates incident response: recalls prior incidents, mints a scoped capability token per dispatch, and resolves the execution tier from the Judge's verdict",
"version": "1.0.0",
"supportedInterfaces": [
{
"url": "https://syntrueno-18489510475.us-central1.run.app/a2a/v1/commander",
"protocolBinding": "HTTP+JSON",
"protocolVersion": "1.0"
}
],
"provider": {
"organization": "Syntrueno",
"url": "https://github.com/Shaan-alpha/syntrueno"
},
"documentationUrl": "https://syntrueno-18489510475.us-central1.run.app/docs",
"capabilities": {
"streaming": false,
"pushNotifications": false
},
"defaultInputModes": [
"application/json"
],
"defaultOutputModes": [
"application/json"
],
"skills": [
{
"id": "process-incident",
"name": "process_incident",
"description": "Runs an incident through screening, diagnosis, safety judgement and tiering, returning a proposed action and its authorisation state",
"tags": [
"orchestration",
"incident-response"
]
}
],
"securitySchemes": {
"a2aCapabilityToken": {
"httpAuthSecurityScheme": {
"scheme": "bearer",
"description": "Short-lived HMAC capability token, scoped to a single skill and minted per dispatch by the Commander."
}
}
}
}