Apps
Apps are containers for channels. All endpoints require authentication and x-tenant-id header.
POST /apps
Section titled “POST /apps”Create an app.
Body:
{ "name": "my-agent-app"}GET /apps
Section titled “GET /apps”List all apps in your organization.
GET /apps/:id
Section titled “GET /apps/:id”Get an app with its channels.
PATCH /apps/:id
Section titled “PATCH /apps/:id”Update an app.
Body:
{ "name": "renamed-app"}DELETE /apps/:id
Section titled “DELETE /apps/:id”Delete an app and all its channels.