Research Layer

OpenAI

OpenAI Tips

Focused guides, prompts, and workflows with a platform-specific visual system.

OpenAIvia OpenAI Cookbook

Build an Agent Improvement Loop with Traces, Evals, and Codex

This notebook builds an improvement flywheel for an agent. We start with real traces, add human and model feedback, turn that feedback into

Sep 15, 20261 min readexternal
OpenAIvia OpenAI Cookbook

Build iterative repair loops with Codex

This cookbook is about closed-loop agent workflows: agents that produce an output, validate it, and use the feedback to improve the next pas

Sep 15, 20261 min readexternal
OpenAIvia OpenAI Cookbook

GPT-Live evaluation guide

A full-duplex voice agent must do two things at once: sustain a natural, continuously unfolding conversation and complete a user’s task corr

Sep 15, 20261 min readexternal
OpenAIvia OpenAI Cookbook

Build a ChatGPT plugin with the OpenAI Agents SDK and Amazon Bedrock AgentCore

In this cookbook, you'll build a private flight assistant for a fictional airline and learn how to connect ChatGPT to an OpenAI Agents SDK w

Sep 15, 20261 min readexternal
OpenAIvia OpenAI Cookbook

Using Goals in Codex

Goals are persistent objectives in Codex that keep a thread working toward a defined outcome across turns. A Goal gives Codex a completion c

Sep 15, 20261 min readexternal
OpenAIvia OpenAI Cookbook

Manage SharePoint site access with the ChatGPT Admin API

ChatGPT workspace administrators can restrict the SharePoint app to approved SharePoint site collections. This example resolves ordinary Sha

Sep 15, 20261 min readexternal
OpenAIvia OpenAI Cookbook

Agents API applications and sandbox integrations

Complete applications and sandbox integrations for the Agents API. | Example | What it does | | --- | --- | | Incident response | Investig

Sep 15, 20261 min readexternal
OpenAIvia OpenAI Cookbook

Generate Transparent Image Assets for Campaigns and Presentations

A great image should work on any background. Transparent image assets make it easy to reuse the same visuals across campaigns, websites, pre

Sep 15, 20261 min readexternal
OpenAIvia OpenAI Developer Blog

Architectural visualization with Astra | OpenAI Developers

How I used Astra to design a house, refine its everyday details, and explore it through Blender camera tours and an Unreal Engine 5 walkthrough.

Sep 15, 20261 min readexternal
OpenAIvia OpenAI Developer Blog

Meet Rosalind Workbench: Empowering every scientist to be their own research team | OpenAI Developers

How guided tasks, scientific viewers, and sequencing analysis help researchers follow a question from data to evidence.

Sep 15, 20261 min readexternal
OpenAIvia OpenAI Developer Blog

Building games with Astra | OpenAI Developers

How I built a procedural space exploration game in Codex, from concept art to planets you can land on.

Sep 15, 20261 min readexternal
OpenAIvia OpenAI Developer Blog

Meet the winners of OpenAI Build Week

From a short-staffed veterinary clinic to speech accessibility, spatial audio, and ancient machines, the winning projects started with problems their builders knew well.

Sep 15, 20261 min readexternal
OpenAIvia OpenAI Developer Blog

Automating repetitive work at OpenAI with Codex

How Runme and WebMCP turn recurring engineering tasks into reviewable, reusable workflows.

Sep 15, 20261 min readexternal
OpenAIvia OpenAI Developer Blog

Scaling cyber defenders with Daybreak | OpenAI Developers

Use ChatGPT, Codex Security, and open-source tools to investigate threats, validate vulnerabilities, and move from findings to reviewed, verified fixes.

Sep 15, 20261 min readexternal
OpenAIvia OpenAI Developer Blog

Codex as a platform: build on the open agent harness | OpenAI Developers

Build Codex into the products and workflows your users already know.

Sep 15, 20261 min readexternal
OpenAIvia OpenAI Developer Blog

Rethinking skills and prompts for GPT-6 Astra | OpenAI Developers

Revisit skill descriptions, AGENTS.md, and task prompts to avoid bloated context.

Sep 15, 20261 min readexternal
OpenAI

Getting Started with OpenAI Function Calling

Function calling lets you connect GPT models to external tools and APIs. Here's how to get started.

Jun 16, 20261 min read