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