Card snapshot
bidda.com
·
2026-06-10 02:25:14 UTC
·
9fcc3f2a128ca1ba233c1d67e716cc092e8a0c8e6a4b765ea3efdb9f86211b25
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": "Bidda Sovereign Intelligence",
"description": "Source-verified, cryptographically-signed regulatory compliance intelligence. 9,500 nodes across 39 sovereign pillars: each distilled from primary legal sources into deterministic, machine-executable compliance logic. Zero hallucination by design: every claim traces to a primary citation. Used by compliance officers and autonomous AI agents.",
"url": "https://bidda.com",
"last_updated": "2026-06-09",
"provider": {
"organization": "Bidda AI",
"url": "https://bidda.com"
},
"version": "2.0.0",
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false
},
"authentication": {
"schemes": [
"L402",
"Bearer"
],
"credentials": null
},
"defaultInputModes": [
"text/plain",
"application/json"
],
"defaultOutputModes": [
"application/json"
],
"skills": [
{
"id": "node-discovery",
"name": "Regulatory Node Discovery",
"description": "Discover 9,500 compliance nodes across 39 sovereign pillars. Free tier returns node_id, title, domain, version, bluf, and paywall metadata.",
"tags": [
"compliance",
"regulatory",
"discovery",
"free",
"RAG",
"ISO",
"NIST",
"GDPR"
],
"examples": [
"List all cybersecurity compliance nodes",
"Find ISO 27001 compliance requirements",
"Discover GDPR framework nodes",
"GET https://bidda.com/api/v1/nodes/index.json"
],
"inputModes": [
"text/plain"
],
"outputModes": [
"application/json"
]
},
{
"id": "vault-unlock",
"name": "Vault Intelligence Unlock",
"description": "Unlock full 13-key compliance node payload including deterministic_workflow, actionable_schema, dependency graph, crosswalks, and primary_citations. Requires $0.01 USDC via L402 on Base (chain_id: 8453) or Skyfire bearer token.",
"tags": [
"compliance",
"regulatory",
"vault",
"L402",
"Skyfire",
"paid",
"deterministic",
"RAG"
],
"examples": [
"Unlock ISO 27001 full compliance workflow",
"GET https://bidda.com/api/v1/vault/nodes/{node_id} with L402 or Bearer token",
"Pay $0.01 USDC on Base to unlock full node logic"
],
"inputModes": [
"text/plain",
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "dependency-chain",
"name": "Compliance Dependency Chain",
"description": "Every Bidda node exposes a dependencies[] array linking prerequisite compliance nodes. Agents can recursively resolve the full compliance chain for any regulation: building a complete, verifiable compliance graph autonomously.",
"tags": [
"compliance",
"dependency-graph",
"chain",
"autonomous",
"legal"
],
"examples": [
"Resolve all dependencies for GDPR Article 17 compliance",
"Build full compliance chain for ISO 27001 certification",
"Chain: unlock node \u2192 check dependencies[] \u2192 unlock each prerequisite"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "latest-intelligence",
"name": "Latest Registry Updates",
"description": "Retrieve the 20 most recently updated compliance nodes. Poll this endpoint to stay current with regulatory changes without re-fetching the full index.",
"tags": [
"compliance",
"updates",
"freshness",
"regulatory-change"
],
"examples": [
"GET https://bidda.com/api/v1/nodes/latest.json",
"What compliance nodes have been updated recently?"
],
"inputModes": [
"text/plain"
],
"outputModes": [
"application/json"
]
}
],
"endpoints": {
"discovery_index": "https://bidda.com/api/v1/nodes/index.json",
"node_discovery": "https://bidda.com/api/v1/nodes/{node_id}.json",
"vault_gated": "https://bidda.com/api/v1/vault/nodes/{node_id}.json",
"pillar_bundle": "https://bidda.com/api/v1/vault/pillar/{pillar_slug}",
"latest_nodes": "https://bidda.com/api/v1/nodes/latest.json",
"dependency_graph": "https://bidda.com/api/v1/graph.json",
"registry_health": "https://bidda.com/api/v1/registry-health.json",
"openapi_spec": "https://bidda.com/api/v1/openapi-skyfire.json",
"llms_manifest": "https://bidda.com/llms.txt",
"llms_ctx": "https://bidda.com/llms-ctx.txt",
"full_manifest": "https://bidda.com/llms-full.txt"
},
"payment": {
"protocol": "L402",
"amount_usd": 0.01,
"network": "Base",
"chain_id": 8453,
"token": "USDC",
"contract": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"alternative": "Skyfire bearer token"
}
}