List the capabilities and their config schemas
Discovery: every capability you can save an action for, and exactly what its config accepts.
Each entry lists the slugs behind a capability and the JSON Schema of each slug's `config` — enough to build a form, validate input, or decide what to send to [POST /v1/actions](https://docs.cloudraker.com/api/cloud-raker-api/actions/create-action).
<Note>
`redact` covers two variants, documents and audio, with different config shapes. Pass `mimeType` when saving a redaction action so the right one is chosen.
</Note>
**Learn more:** [Pipeline guide](https://docs.cloudraker.com/capabilities/pipeline)
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
The capabilities.
object
data
Errors
429
Too Many Requests Error