> ## Documentation Index
> Fetch the complete documentation index at: https://praison.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# gateway • AI Agent SDK

> Gateway module for PraisonAI Agents.

# gateway

<Badge color="blue">AI Agent</Badge>

Gateway module for PraisonAI Agents.

Provides protocols and base classes for building gateway/control plane
implementations that coordinate multi-agent deployments.

This module contains only protocols and lightweight utilities.
Heavy implementations live in the `praisonai-bot` package (C9); the
`praisonai` wrapper re-exports them for full-stack installs.

Gap S2: WebSocketGateway is re-exported here for convenience but requires
`praisonai-bot` (or `pip install praisonai`) to be installed.

## Import

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
from praisonaiagents import gateway
```

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="Gateway Feature" icon="tower-broadcast" href="/docs/docs/features/gateway" />
</CardGroup>
