Tutorials OpenAI Multi-Agent Beta: Ship an Agent Tree in Python
Enable multi_agent on the Responses API, trace every subagent, and dodge the hosted-call trap.
How-to content for builders, indie hackers, and AI engineers. Less theory, more shipped code.
Tutorials Enable multi_agent on the Responses API, trace every subagent, and dodge the hosted-call trap.
Tutorials Handle the 403 that stops a GPT-6 Astra agent and wire up safety.alert.created webhooks.
Tutorials Use configuration_update to raise or lower Astra's reasoning effort mid-chat and keep cache hits.
Tutorials Use async tool calls and a wait tool to keep your agent reasoning while tools run.
Tutorials Redirect a running Astra agent over WebSocket with response.steer, keeping finished work.
Tutorials Build a working tool-calling agent on Alibaba's new Qwen3.8-Max using the OpenAI-compatible API.
Tutorials Point the OpenAI SDK at Moonshot's 2.8T K3, load a whole repo, and cut cost with caching.
Tutorials Point the OpenAI SDK at Meta's agent model, add tools, let it self-manage a 1M-token context.
Tutorials Use reasoning.context to reuse GPT-5.6's chain of thought across turns and cut redundant tokens.
Tutorials Reproduce GPT-Live's full-duplex voice and background delegation using the GA Realtime API.
Tutorials Structure prompts, set prompt_cache_retention, and read cached_tokens to slash GPT-5.6 input costs.
Tutorials Use GPT-5.6's Responses API so the model writes JavaScript to run your tools in one call.