Get
List
nil for no filters.
Revoke
Delegate
Create a delegated grant for a sub-agent with a subset of the parent grant’s scopes.Types
Grant
| Field | Type | Description |
|---|---|---|
ID | string | Grant ID |
AgentID | string | Agent ID |
AgentDID | string | Agent DID |
PrincipalID | string | User ID |
DeveloperID | string | Developer ID |
Scopes | []string | Granted scopes |
Status | string | "active", "revoked", "expired" |
IssuedAt | string | ISO 8601 timestamp |
ExpiresAt | string | ISO 8601 timestamp |
RevokedAt | *string | ISO 8601 timestamp (if revoked) |
DelegateResponse
| Field | Type | Description |
|---|---|---|
GrantToken | string | Delegated JWT |
ExpiresAt | string | ISO 8601 expiry |
Scopes | []string | Delegated scopes |
GrantID | string | New grant ID |