Card snapshot
govtech-agent.io
·
2026-07-26 22:52:40 UTC
·
649616400ea3ecfe5dd7b21be4598d3fb062fccef4fdc75936db40fe474a9c1e
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.
{
"protocolVersion": "0.3.0",
"name": "govtech-services Agent",
"description": "Government technology agent for govtech-services. Manages citizen services, inter-agency data exchange, and FedRAMP-compliant deployments.",
"url": "https://govtech-agent.io",
"version": "1.0.0",
"capabilities": {
"streaming": true,
"pushNotifications": false,
"stateTransitionHistory": true
},
"skills": [
{
"id": "deploy",
"name": "deploy",
"description": "Deploy to FedRAMP-authorized cloud environments",
"tags": [
"fedramp",
"deployment"
],
"examples": [],
"inputModes": [
"text/plain"
],
"outputModes": [
"application/json",
"text/plain"
]
},
{
"id": "data-exchange",
"name": "data-exchange",
"description": "Manage inter-agency data sharing agreements",
"tags": [
"data-sharing",
"interop"
],
"examples": [],
"inputModes": [
"text/plain"
],
"outputModes": [
"application/json",
"text/plain"
]
},
{
"id": "citizen-services",
"name": "citizen-services",
"description": "Process citizen service requests and applications",
"tags": [
"citizen-services",
"forms"
],
"examples": [],
"inputModes": [
"text/plain"
],
"outputModes": [
"application/json",
"text/plain"
]
},
{
"id": "compliance",
"name": "compliance",
"description": "Validate FISMA and NIST compliance controls",
"tags": [
"fisma",
"nist"
],
"examples": [],
"inputModes": [
"text/plain"
],
"outputModes": [
"application/json",
"text/plain"
]
},
{
"id": "reporting",
"name": "reporting",
"description": "Generate quarterly performance and usage reports",
"tags": [
"reporting",
"metrics"
],
"examples": [],
"inputModes": [
"text/plain"
],
"outputModes": [
"application/json",
"text/plain"
]
}
],
"defaultInputModes": [
"text/plain"
],
"defaultOutputModes": [
"application/json",
"text/plain"
],
"provider": {
"organization": "GovTech Agent",
"url": "https://govtech-agent.io"
}
}