> ## 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.

# Multi Channel Gateway Config • AI Agent SDK

> MultiChannelGatewayConfig: Configuration for multi-channel gateway mode.

# MultiChannelGatewayConfig

> Defined in the [**config**](../modules/config) module.

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

Configuration for multi-channel gateway mode.

Loaded from gateway.yaml. Defines agents, channels, and routing.

Attributes:
gateway: Base gateway configuration
agents: Agent configurations by ID (name → config dict)
channels: Channel routing configurations by name

## Properties

<ResponseField name="gateway" type="GatewayConfig">
  No description available.
</ResponseField>

<ResponseField name="agents" type="Dict">
  No description available.
</ResponseField>

<ResponseField name="channels" type="Dict[str, ChannelRouteConfig]">
  No description available.
</ResponseField>

<ResponseField name="hooks" type="List[Any]">
  No description available.
</ResponseField>

<Accordion title="Internal & Generic Methods">
  * **from\_dict**: Create from parsed YAML dictionary.
  * **to\_dict**: Convert to dictionary.
</Accordion>

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/gateway/config.py#L986">
  `praisonaiagents/gateway/config.py` at line 986
</Card>

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="Configuration Overview" icon="gear" href="/docs/docs/configuration/index" />

  <Card title="Agent Config" icon="robot" href="/docs/docs/configuration/agent-config" />

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