Skip to main content
This page has moved. The canonical gateway guide now lives at Gateway & Control Plane under the Gateway & Bots tab.
Gateway provides a WebSocket-based control plane for coordinating agents, managing sessions, and streaming real-time replies.
from praisonaiagents import Agent, GatewayConfig

agent = Agent(name="assistant", instructions="Be helpful")
config = GatewayConfig(host="127.0.0.1", port=8765)

Gateway & Control Plane

Full gateway architecture, quick start, and best practices

Gateway Overview

High-level tour of gateway capabilities