agentrouter.clients.v1.ClientsService
ClientsService provides management-plane APIs for managing Clients and their API keys, project-scoped under (customer_id, project_id).
Introduction
ListClients
ListClients returns every client owned by the caller within the
CreateClientWithKey
CreateClientWithKey creates a new client and a new API key attached
GetClient
GetClient returns a single client by id within the scope.
UpdateClientTitle
UpdateClientTitle updates the editable client title.
AddKeyToClient
AddKeyToClient attaches an existing key to a client.
RotateKeyInClient
RotateKeyInClient creates a new key attached to client_id and may
DestroyKeyVersionInClient
DestroyKeyVersionInClient permanently destroys a key version.
DisableKeyVersionInClient
DisableKeyVersionInClient disables a key version immediately (reversible).
EmergencyRevokeKeyVersion
EmergencyRevokeKeyVersion disables a key immediately and optionally
EnableKeyVersionInClient
EnableKeyVersionInClient re-enables a disabled key version.