Projects endpoints
Example groups (add your path prefix):
Project
| Method | Path | Description |
|---|---|---|
| GET | /projects | List |
| POST | /projects | Create |
| GET | /projects/:id | Detail |
| PATCH | /projects/:id | Update |
| DELETE | /projects/:id | Delete |
Agents
| Method | Path | Description |
|---|---|---|
| GET/POST/PATCH/DELETE | /projects/:appId/agents … | Agent CRUD |
Integrations and endpoints
| Method | Path | Description |
|---|---|---|
| CRUD | /projects/:appId/integrations | API integrations |
| CRUD | .../integrations/:id/endpoints | Endpoint definitions |
Tools
| Method | Path | Description |
|---|---|---|
| GET/POST/PATCH/DELETE | /projects/:appId/tools | Tool CRUD |
| POST/DELETE | .../tools/:toolId/link-agent etc. | Agent linkage (names must match backend) |
Live chat
| Method | Path | Description |
|---|---|---|
| POST | /projects/:id/live-chat/connect | Connect |
| POST | /projects/:id/live-chat/disconnect | Disconnect |
AI Builder
| Method | Path | Description |
|---|---|---|
| POST | /projects/:id/builder/session | Session |
| POST | /projects/:id/builder/message | Message |
| GET | /projects/:id/builder/skills | Skills |