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

  1. Open your team in the editor
  2. Click Add Block and select Channel
  3. Choose Web from the channel type dropdown
  4. Optionally set an API Key to protect the endpoint
  5. Optionally configure Allowed Origins for CORS (comma-separated list of domains)
  6. 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

SettingRequiredDescription
API KeyNoIf set, requests must include this key in the Authorization header
Allowed OriginsNoComma-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.