RFC-002: Trust Badge Specification#2
Merged
Merged
Conversation
RFC-002 defines the CapiscIO Trust Badge, the cryptographic identity
credential for AI agents in the CapiscIO ecosystem.
## Key Concepts
- Trust Badges are JWS tokens proving agent identity
- Uses did:web for W3C-standard DID identifiers
- Three trust levels: DV (1), OV (2), EV (3)
- Short-lived tokens (default 5 min TTL)
- Revocation via blocklist API
## Relationship to RFC-001
Implements the SVID (Secure Verifiable Identity Document) concept
from RFC-001 AGCP. Badges enable the cryptographic signature validation
required for delegation chain integrity.
## API Endpoints
- POST /v1/agents/{id}/badge - Issue badge
- GET /v1/badges/{jti}/status - Check status
- POST /v1/badges/{jti}/revoke - Revoke badge
- GET /.well-known/jwks.json - CA public keys
- GET /v1/revocations - Bulk revocation list
Status: Approved
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds RFC-002: Trust Badge Specification - the formal specification for cryptographic identity credentials in the CapiscIO ecosystem.
RFC-002 Overview
The Trust Badge is a JWS (JSON Web Signature) token that provides portable, verifiable identity for AI agents participating in AGCP-governed workflows.
Key Features
did:webfor portabilityRelationship to RFC-001 (AGCP)
RFC-002 implements the SVID (Secure Verifiable Identity Document) concept from RFC-001 §4.2:
subclaim (DID)expclaimjti+ revocation endpointiss(CA) +vc.levelAPI Endpoints
CLI Commands
Document Structure
did:web) and resolutionRelated PRs
Implementation PRs that depend on this specification:
Status
Approved - Ready for implementation