# REST API Channel New Feature ยท 2026-04-02 ## Details The REST API is live. Send a message to any employee and get a response back via HTTP. Supports streaming for real-time output, synchronous mode for simple request-response flows, and webhook callbacks for async processing. Authenticate with API keys, scope access per employee, and integrate from any programming language. ## What changed - HTTP endpoints for every employee - Streaming and synchronous response modes - API key authentication with per-employee scoping - Works from any programming language