Skip to main content
A config holds a workflow that decides how requests are handled inside a workspace. Configs belong to a workspace, so pass workspace_id on reads and writes. Reads need models:read and writes need models:write.

List configs

Get a config

Create a config

string
required
The workspace the config belongs to.
string
required
A name for the config.
string
A short description.
boolean
Whether the config is active.
boolean
Use this config when none is named.
object
The workflow graph. Defaults to an empty object.

Delete a config

Edit a config’s workflow in the console. The API supports listing, reading, creating, and deleting configs.