Skip to content

Apps

Apps are containers for channels. All endpoints require authentication and x-tenant-id header.

Create an app.

Body:

{
"name": "my-agent-app"
}

List all apps in your organization.

Get an app with its channels.

Update an app.

Body:

{
"name": "renamed-app"
}

Delete an app and all its channels.