Card snapshot
databridge-labs.dev
·
2026-07-26 22:52:08 UTC
·
7325cc4f530a5048337dc231f677e4d652c8b75372ee68564e3feb9fceb1ea02
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": "databridge Agent",
"description": "Enterprise platform operations agent for databridge. Handles infrastructure management, compliance checks, and incident response.",
"url": "https://databridge-labs.dev",
"version": "1.0.0",
"capabilities": {
"streaming": true,
"pushNotifications": false,
"stateTransitionHistory": true
},
"skills": [
{
"id": "deploy",
"name": "deploy",
"description": "Deploy services to Kubernetes clusters",
"tags": [
"kubernetes",
"deployment"
],
"examples": [],
"inputModes": [
"text/plain"
],
"outputModes": [
"application/json",
"text/plain"
]
},
{
"id": "compliance",
"name": "compliance",
"description": "Run SOC2 and ISO27001 compliance checks",
"tags": [
"compliance",
"audit"
],
"examples": [],
"inputModes": [
"text/plain"
],
"outputModes": [
"application/json",
"text/plain"
]
},
{
"id": "incident",
"name": "incident",
"description": "Triage production incidents and coordinate response",
"tags": [
"incident-response",
"oncall"
],
"examples": [],
"inputModes": [
"text/plain"
],
"outputModes": [
"application/json",
"text/plain"
]
},
{
"id": "access-review",
"name": "access-review",
"description": "Review and provision IAM access requests",
"tags": [
"iam",
"access-control"
],
"examples": [],
"inputModes": [
"text/plain"
],
"outputModes": [
"application/json",
"text/plain"
]
},
{
"id": "audit",
"name": "audit",
"description": "Generate audit logs and compliance reports",
"tags": [
"audit",
"reporting"
],
"examples": [],
"inputModes": [
"text/plain"
],
"outputModes": [
"application/json",
"text/plain"
]
}
],
"defaultInputModes": [
"text/plain"
],
"defaultOutputModes": [
"application/json",
"text/plain"
],
"provider": {
"organization": "DataBridge Labs",
"url": "https://databridge-labs.dev"
}
}