{
  "service": "agent-bridge.org",
  "status": "operational",
  "protocol": "FCS-4.0",
  "role": "did_bridge_resolver",
  "did_method": "did:bridge",
  "description": "Cross-ecosystem agent identity bridge. Wraps AWS IAM, GCP service accounts, and Azure Entra ID into W3C DID documents verifiable via agent-handshake.com.",
  "supported_providers": {
    "aws": {
      "proof_type": "presigned_url",
      "verification": "STS GetCallerIdentity"
    },
    "gcp": {
      "proof_type": "id_token",
      "verification": "Google OIDC tokeninfo"
    },
    "azure": {
      "proof_type": "access_token",
      "verification": "Microsoft Graph /me"
    }
  },
  "endpoints": {
    "register": "POST /api/v1/register",
    "resolve_dif": "GET /1.0/identifiers/{did}",
    "resolve_alias": "GET /resolve/{did}",
    "status": "GET /api/v1/status",
    "spec": "GET /.well-known/did-bridge-spec.json"
  },
  "connected_to": {
    "handshake": "https://agent-handshake.com/api/v1/challenge",
    "registry": "https://agent-registry.org/api/v1/agents",
    "trust": "https://agent-trust.org/api/v1/trust"
  },
  "timestamp": "2026-04-15T17:39:40.054Z"
}