Expose your AI team via a web API endpoint.
Connecting Web Channel
The Web channel exposes your AI team as an HTTP API endpoint. Use it to integrate your team into websites, custom apps, or any system that can make HTTP requests.
Setting Up
1. Add a Web Channel in Workspace
- Open your team in the editor
- Click Add Block and select Channel
- Choose Web from the channel type dropdown
- Optionally set an API Key to protect the endpoint
- Optionally configure Allowed Origins for CORS (comma-separated list of domains)
- Save and start (or restart) the team
2. Use the API
Once the team is running, you can send messages to it via HTTP. The endpoint URL is shown in the team's dashboard.
Configuration
| Setting | Required | Description |
|---|---|---|
| API Key | No | If set, requests must include this key in the Authorization header |
| Allowed Origins | No | Comma-separated list of domains allowed to make cross-origin requests (e.g. https://example.com, https://app.example.com) |
The Web channel is ideal for building custom chat interfaces, integrating AI into existing products, or connecting with platforms that don't have a dedicated channel type.