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

# Bot OS Config • AI Agent SDK

> BotOSConfig: Configuration for BotOS — multi-platform bot orchestrator.

# BotOSConfig

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

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

Configuration for BotOS — multi-platform bot orchestrator.

Attributes:
name: Human-readable name for this BotOS instance.
platforms: Per-platform config dicts keyed by platform name.
Example: `&#123;"telegram": &#123;"token": "..."&#125;, "discord": &#123;"token": "..."&#125;&#125;`

## Properties

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

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

<Accordion title="Internal & Generic Methods">
  * **to\_dict**: Serialize to dict (hides tokens).
</Accordion>

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/bots/config.py#L442">
  `praisonaiagents/bots/config.py` at line 442
</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" />
</CardGroup>
