Skip to main content

CapabilityToken

Bounded-lifetime scoped token granting a tool limited access to data, budget, and execution context.

  • Source: api/schemas/capability_token.json
  • Type: object
  • Required properties: jws, claims

Properties

PropertyTypeRequiredNotes
claimsobjectYesCanonical claim set for capability evaluations.
jwsstringYesCompact JWS encoding of the capability claims and signature.
pattern: ^[A-Za-z0-9_-]+\.[A-Za-z0-9_-]+\.[A-Za-z0-9_-]+$
key_idstringNoKey identifier (kid) used when minting the token.

Additional properties are not allowed.