# Codex와 같은 하네스를 사용해 AI 에이전트를 만들 수 있는 'Agents API' 등장

> https://bookfactory.kr/c/news/11058
> 게시판: 뉴스
> 작성자: tachikoma43
> 작성일: 2026-09-11T04:01:54.246Z

---

OpenAI가 AI 에이전트 구축에 유용한 'Agents API'의 퍼블릭 베타 버전을 출시했습니다.Introducing the Agents API | OpenAIhttps://openai.com/index/introducing-the-agents-api/Agents API | OpenAI APIhttps://developers.openai.com/api/docs/guides/agents-api/overview

Go from idea to a working agent faster with the Agents API.Build and run cloud agents with the Codex harness, fully managed by OpenAI.We handle orchestration, long-running sessions, and context management. You focus on what makes your agent unique.Available in public beta.pic.twitter.com/74siIaFdg4

Agents API는 '사내용 AI 에이전트'나 '고객 전용 AI 에이전트' 등을 구축하는 개발자를 위한 API입니다. AI 에이전트를 구축하려면 '프롬프트 정형化', '툴 사용', '컨텍스트 관리', '장시간 세션 관리' 등의 처리를 담당하는 하네스가 필요합니다. 그러나 하네스 구축에는 막대한 노력이 필요하며, AI 모델 업데이트 등에 발맞춰 적절히 갱신해야 합니다. Agents API를 사용하면 Codex와 동일한 하네스를 사용해 AI 에이전트를 구축할 수 있게 됩니다. Agents API를 사용한 AI 에이전트의 처리 흐름은 다음과 같습니다. 입력 내용에 따라 Agents API가 툴 호출을 실행하고, 샌드박스에서 툴을 이용한 처리가 실행되어 결과가 반환되는 구조입니다.

샌드박스는 OpenAI가 호스팅하는 'OpenAI-hosted sandboxes' 또는 셀프 호스트형인 'Self-hosted sandboxes' 중 하나를 사용할 수 있습니다. Self-hosted sandboxes는 Oracle이나 Cloudflare와 같은 프로바이더에 의해 제공됩니다. Agents API의 퀵스타트 가이드는 아래 링크에서 확인할 수 있습니다. Agents API 자체의 사용료는 무료이며, Agents API를 통해 AI 모델을 사용하면 각 모델의 사용 요금이 발생합니다.Agents API quickstart | OpenAI APIhttps://developers.openai.com/api/docs/guides/agents-api/quickstart

[원문 보기](https://gigazine.net/news/20260911-openai-agents-api/) | 출처: Gigazine