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

# OpenAI

> Connect Worlds to OpenAI

<Warning>
  **Experimental Integration** The official Worlds capabilities for this
  framework are under active development. Expect API friction and missing
  language parity.
</Warning>

The [OpenAI SDK](https://platform.openai.com/) is the client for calling models
like GPT-4o and o1 from your own code.

The [OpenAI Agents SDK](https://platform.openai.com/docs/agents) manages
multi-turn conversations, tool calls, and thread state across a session.
