list
List all capabilities (registered + built-in registry), grouped by readiness.- Ready — credential and secret are configured, can invoke immediately
- Available — defined in registry but no credential yet (store the matching secret to activate)
describe
Show how to invoke a capability: allowed methods, path prefixes, and example invocations. Works for any registry capability, even without a credential configured.args, shape, inspect
create
Create a custom capability definition (for non-registry providers).delete
Delete a capability definition.policy set
Set advanced policy constraints on a capability.| Flag | Effect |
|---|---|
--rate-limit-per-minute | Max requests per minute for this capability |
--max-request-body-bytes | Max request body size (rejects larger payloads) |
--max-response-body-bytes | Max response body size (truncates larger responses) |
--response-block | Field names redacted from JSON response bodies |