{"@context":"https://schema.org","@type":"NewsArticle","generatedAt":"2026-09-12T20:20:52.700Z","headline":"OpenAI 发布 Agents API 公测版","description":"OpenAI 推出 Agents API 公开测试版，将驱动 Codex 的 harness 与基础设施通过单次 API 调用开放给开发者，托管在云端。","url":"https://www.aioga.com/news/cmtvywm6902omrojit3fo7bjv/","mainEntityOfPage":"https://www.aioga.com/news/cmtvywm6902omrojit3fo7bjv/","datePublished":"2026-09-10T00:00:00.000Z","dateModified":"2026-09-10T00:00:00.000Z","inLanguage":"zh-CN","publisher":{"@type":"NewsMediaOrganization","name":"Aioga","url":"https://www.aioga.com"},"citation":["https://openai.com/index/introducing-the-agents-api","https://aihot.news/items/cmtvywm6902omrojit3fo7bjv"],"canonicalUrl":"https://www.aioga.com/news/cmtvywm6902omrojit3fo7bjv/","directAnswer":{"@type":"Answer","text":"OpenAI宣布Agents API进入公开测试阶段，开发者可通过一次API调用使用驱动Codex的代理运行框架与基础设施，并配置任务、模型、工具和运行环境。","url":"https://www.aioga.com/news/cmtvywm6902omrojit3fo7bjv/","dateCreated":"2026-09-10T00:00:00.000Z","author":{"@type":"Organization","@id":"https://www.aioga.com/authors/aioga-editorial/#editorial-team","name":"Aioga Editorial Team","url":"https://www.aioga.com/authors/aioga-editorial/"}},"evidence":[{"@type":"CreativeWork","name":"OpenAI source article","url":"https://openai.com/index/introducing-the-agents-api","datePublished":"2026-09-10T00:00:00.000Z","provider":{"@type":"Organization","name":"OpenAI","url":"https://openai.com/index/introducing-the-agents-api"}},{"@type":"CreativeWork","name":"AIHot archive record","url":"https://aihot.news/items/cmtvywm6902omrojit3fo7bjv","datePublished":"2026-09-10T00:00:00.000Z","provider":{"@type":"Organization","name":"AIHot","url":"https://aihot.news/items/cmtvywm6902omrojit3fo7bjv"}}],"aggregationSource":"OpenAI：官网动态（RSS · 排除企业/客户案例）","originalPublisher":{"name":"OpenAI","url":"https://openai.com/index/introducing-the-agents-api"},"geoDeepAnswer":null,"article":{"id":"cmtvywm6902omrojit3fo7bjv","slug":"cmtvywm6902omrojit3fo7bjv","url":"https://www.aioga.com/news/cmtvywm6902omrojit3fo7bjv/","title":"OpenAI 发布 Agents API 公测版","title_en":"","summary":"OpenAI 推出 Agents API 公开测试版，将驱动 Codex 的 harness 与基础设施通过单次 API 调用开放给开发者，托管在云端。","source":"OpenAI：官网动态（RSS · 排除企业/客户案例）","sourceUrl":"https://openai.com/index/introducing-the-agents-api","aiHotUrl":"https://aihot.news/items/cmtvywm6902omrojit3fo7bjv","publishedAt":"2026-09-10T00:00:00.000Z","category":"行业动态","score":72,"selected":true,"articleBody":["Build and run cloud agents with the Codex harness, fully managed by OpenAI.","As we’ve scaled Codex and ChatGPT for Work to millions of people around the world, we’ve learned what it takes to make long-running agents work well in practice. Useful agents need a powerful harness that manages context, uses tools efficiently, and coordinates subagents. They also need infrastructure that keeps them running reliably for days, with environments where they can work with files, run code, and save intermediate results.","Today, we’re introducing the Agents API ⁠ (opens in a new window) ：https://developers.openai.com/api/docs/guides/agents-api/overview in public beta, bringing that same harness and infrastructure that powers Codex to developers through a simple, flexible API.","With the Agents API, you can create a production-ready agent in a single API call by specifying the task, model, tools, and environment:","OpenAI hosts and maintains the harness. You choose the agent’s compute environment: in an OpenAI-managed sandbox, on your own infrastructure, or with one of our sandbox partners. The Agents API gives you a strong foundation for building agents on top of our optimized agent harness and infrastructure, so you can focus on the tools, knowledge, and workflows that make your agent unique.","Agents API powers your agents with the same harness and infrastructure behind Codex.","Different workloads need different compute, storage, and deployment options. The Agents API lets you choose a sandbox that fits your application.","We’re partnering with ecosystem providers ⁠ (opens in a new window) ：https://developers.openai.com/api/docs/guides/agents-api/environments/self-hosted#sandbox-providers , including Blaxel, Cloudflare, Daytona, DigitalOcean, E2B, Modal, Oracle, Runloop, and Vercel, to provide first-class integrations for a range of needs:","The Agents API offers first-class integrations with popular ecosystem providers.","For developers who want to get started quickly and scale efficiently, we’re also introducing the OpenAI hosted sandbox ⁠ (opens in a new window) ：https://developers.openai.com/api/docs/guides/agents-api/environments/openai-hosted . This leverages the same sandboxing infrastructure that powers Codex and ChatGPT.","OpenAI provisions and manages the sandbox, giving your agent a secure and performant environment to run code, work with files, and produce artifacts. These sandboxes can be flexibly configured with your files, packages, skills and plugins to give the agent what it needs to complete the task.","Taking advantage of new model capabilities often means reworking your harness, taking valuable time away from improving your application. The Agents API provides versioned access to these capabilities with each model launch. We maintain and continuously improve the harness alongside our models, helping your agents get better performance from every upgrade. For example, recent improvements to the harness include:","To support models working for hours, we’ve built context management that helps agents carry relevant information across longer sessions. The Agents API automatically compacts ⁠ (opens in a new window) ：https://developers.openai.com/api/docs/guides/compaction earlier context as a session approaches its context limit, preserving information the agent needs to continue. Developers can build workflows that span multiple context windows without implementing their own compaction logic.","The Agents API helps agents find the right tools and use them efficiently. Tool search ⁠ (opens in a new window) ：https://developers.openai.com/api/docs/guides/tools-tool-search loads relevant tool definitions as needed, helping reduce token usage and cost while preserving the model’s cache. Once tools are available, programmatic tool calling ⁠ (opens in a new window) ：https://developers.openai.com/api/docs/guides/tools-programmatic-tool-calling lets agents run calls in parallel, chain related operations, and filter or combine results in code so they can work through large volumes of data while bringing only the relevant results back into context. The Agents API supports MCP, custom functions, and built-in tools like web search.","With multi-agent support ⁠ (opens in a new window) ：https://developers.openai.com/api/docs/guides/agents-api/multi-agent , the Agents API can break complex tasks into independent pieces and delegate them to subagents that work in parallel. Each subagent maintains its own context, helping it stay focused on its assignment, while the main agent coordinates their work and brings the results together. This can speed up research, analysis, and coding tasks that benefit from parallel work, without requiring you to build your own orchestration.","The Agents API is powered by the open-source Codex harness, giving developers visibility into the core logic that coordinates model calls, tools, and context. With the Agents API, OpenAI operates and maintains that harness while developers can inspect and learn from its public codebase ⁠ (opens in a new window) ：https://github.com/openai/codex .","Agents API is available in public beta today to all developers. There are no additional fees for using the Agents API – you simply pay for the tokens and tools your agents use, as outlined on our pricing page ⁠ (opens in a new window) ：https://developers.openai.com/api/docs/pricing .","Explore the Agents API overview ⁠ (opens in a new window) ：https://developers.openai.com/api/docs/guides/agents-api/overview to learn more, or follow the quickstart ⁠ (opens in a new window) ：https://developers.openai.com/api/docs/guides/agents-api/quickstart to get started and bring the harness behind Codex into your own agents.","During the public beta, we’ll iterate quickly based on your feedback as we work toward general availability. Let us know what’s working, where you’re running into friction, and what you need to build and run your agents in production."],"articleImages":[{"sourceUrl":"https://images.ctfassets.net/kftzwdyauwt9/7oiK2YZ2Dx7hujorDOOj6R/47ba63c3fc77253118db0dbba04e19e4/agents-api_16x9_light_1.png?w=3840&q=90&fm=webp","alt":"An application sends tasks to the Agents API and receives events and output. The Agents API runs the managed Codex harness, sending tool calls to a sandbox and receiving tool results. The application controls self-hosted compute.","afterParagraph":4,"url":"/media/articles/cmtvywm6902omrojit3fo7bjv/d588fb43351b4ed5.webp"},{"sourceUrl":"https://images.ctfassets.net/kftzwdyauwt9/7C7hj4p2tMhGIzv52HcvNR/f8f03bc716d9ad680b96dce7bfa66ab2/partners-light.png?w=3840&q=90&fm=webp","alt":"Sandbox partners: Modal, Cloudflare, Daytona, Blaxel, Runloop, Vercel, Oracle, E2B, and DigitalOcean.","afterParagraph":7,"url":"/media/articles/cmtvywm6902omrojit3fo7bjv/737666f44972e5dd.webp"},{"sourceUrl":"https://images.ctfassets.net/kftzwdyauwt9/6FhMXOSe8XadGwEUev6QjJ/916a64d20bcc59b8619fea1827fa6bd3/put-data-to-work--cover-v001.png?w=3840&q=90&fm=webp","alt":"Now everyone can put data to work — card image","afterParagraph":18,"url":"/media/articles/cmtvywm6902omrojit3fo7bjv/3f065899ceb25933.webp"},{"sourceUrl":"https://images.ctfassets.net/kftzwdyauwt9/6Bcg403pebiJhQdHUS17FK/572e478dc4579deca27c9700c662e908/finserv-art-card.png?w=3840&q=90&fm=webp","alt":"FinServ Blog - Art Card Texture Square","afterParagraph":18,"url":"/media/articles/cmtvywm6902omrojit3fo7bjv/2c49b4a3f23c39e1.webp"},{"sourceUrl":"https://images.ctfassets.net/kftzwdyauwt9/1uBabEULLfw3Vb2Gldmyyq/c19c1c121ca403ee8b2703cba18ef82d/introducing-gpt-live-1-green-cover.png?w=3840&q=90&fm=webp","alt":"GPT-Live-1 API | Green-blue cover | Option 038","afterParagraph":18,"url":"/media/articles/cmtvywm6902omrojit3fo7bjv/ae2ac281390e4c32.webp"}],"mediaStatus":"ok","articleBodyZh":["OpenAI 发布 Agents API 公测版 这条更新来自 openai.com，发布时间为 2026-09-10，Aioga 保留原文入口以便核验。","摘要：OpenAI 推出 Agents API 公开测试版，将驱动 Codex 的 harness 与基础设施通过单次 API 调用开放给开发者，托管在云端。","背景：背景分析：产品与工具类动态的价值取决于它是否解决明确场景、能否进入工作流，以及交付、价格和数据安全是否可接受。","Aioga 观察：Aioga 判断：这条动态更适合作为行业观察信号，当前信息足以建立线索，但不足以推导长期结论。","影响与后续：影响分析：对相关团队而言，短期应先核对来源、可用范围和实际成本，再判断是否值得接入或跟进。 后续观察：继续观察产品是否开放使用、用户反馈、定价、集成能力和后续版本更新。"],"translationStatus":"","bodyOrigin":"source-page","editorial":{"summary":"OpenAI宣布Agents API进入公开测试阶段，开发者可通过一次API调用使用驱动Codex的代理运行框架与基础设施，并配置任务、模型、工具和运行环境。","background":"来源称，该框架负责管理上下文、使用工具和协调子代理，基础设施支持代理持续运行，并提供文件操作、代码执行及中间结果保存所需的环境。","viewpoint":"Aioga判断：此次发布的重点是将Codex所用的代理框架与基础设施以API形式开放，并把运行环境选择纳入开发者配置范围。","implications":"可能影响：开发者需要在任务设计、工具配置、知识与工作流安排之外，关注沙箱环境的选择；公开测试阶段的实际稳定性与适配范围仍不足以据此确认。","nextStep":"后续观察：应关注公开测试期间的文档更新、环境选项变化、托管与自有基础设施的适配情况，以及生态合作方集成的实际可用范围。","evidenceRefs":["title","summary","articleBody","source"],"status":"published","aiGenerated":true,"autoApproved":true,"generatedBy":"aioga-editorial:gpt-5.6-sol","reviewedBy":"aioga-editorial-review:gpt-5.6-sol","generatedAt":"2026-09-11T18:07:24.065Z","sourceHash":"232425c7617c3f9c","review":{"approved":true,"groundedness":92,"clarity":90,"duplicationRisk":10,"blockingIssues":[],"notes":["“代理运行框架”对应来源中的 Codex harness，表述基本准确；如需保持术语一致，可直接使用“harness”或“代理运行框架（harness）”。","“公开测试阶段的实际稳定性与适配范围仍不足以据此确认”属于审慎的编辑判断，已明确标注为“可能”，不构成事实性断言。"]},"validation":{"passed":true,"mode":"ai-auto","revisions":0,"checks":["schema","length","source-attribution","editorial-labels","inference-boundary","low-source-overlap","no-html","independent-ai-review"]}},"tags":["行业动态","OpenAI：官网动态（RSS · 排除企业/客户案例）"],"translations":{"zh-CN":{"title":"OpenAI 发布 Agents API 公测版","summary":"OpenAI 推出 Agents API 公开测试版，将驱动 Codex 的 harness 与基础设施通过单次 API 调用开放给开发者，托管在云端。","category":"行业动态","source":"OpenAI","aggregationSource":"OpenAI：官网动态（RSS · 排除企业/客户案例）","pageTitle":"OpenAI 发布 Agents API 公测版 - Aioga AI资讯","description":"OpenAI 推出 Agents API 公开测试版，将驱动 Codex 的 harness 与基础设施通过单次 API 调用开放给开发者，托管在云端。","url":"https://www.aioga.com/news/cmtvywm6902omrojit3fo7bjv/","articleBody":["OpenAI 发布 Agents API 公测版 这条更新来自 openai.com，发布时间为 2026-09-10，Aioga 保留原文入口以便核验。","摘要：OpenAI 推出 Agents API 公开测试版，将驱动 Codex 的 harness 与基础设施通过单次 API 调用开放给开发者，托管在云端。","背景：背景分析：产品与工具类动态的价值取决于它是否解决明确场景、能否进入工作流，以及交付、价格和数据安全是否可接受。","Aioga 观察：Aioga 判断：这条动态更适合作为行业观察信号，当前信息足以建立线索，但不足以推导长期结论。","影响与后续：影响分析：对相关团队而言，短期应先核对来源、可用范围和实际成本，再判断是否值得接入或跟进。 后续观察：继续观察产品是否开放使用、用户反馈、定价、集成能力和后续版本更新。"]},"en":{"title":"OpenAI Releases Public Beta of Agents API","summary":"OpenAI has launched the public beta of the Agents API, making the harness and infrastructure that drives Codex accessible to developers through a single API call, hosted in the cloud.","category":"Industry","source":"OpenAI：官网动态（RSS · 排除企业/客户案例）","aggregationSource":"OpenAI：官网动态（RSS · 排除企业/客户案例）","pageTitle":"OpenAI Releases Public Beta of Agents API - Aioga AI News","description":"OpenAI has launched the public beta of the Agents API, making the harness and infrastructure that drives Codex accessible to developers through a single API call, hosted in the clo...","url":"https://www.aioga.com/en/news/cmtvywm6902omrojit3fo7bjv/","contentTranslated":true,"sourceHash":"d97119af459bcc72","translatedAt":"2026-09-10T20:41:02.900Z"},"ja":{"title":"OpenAI、Agents APIの公開テスト版を発表","summary":"OpenAIはAgents APIの公開テスト版をリリースしました。これにより、Codexのハーネスとインフラストラクチャが単一のAPI呼び出しで開発者に提供され、クラウド上でホストされます。","category":"業界動向","source":"OpenAI：官网动态（RSS · 排除企业/客户案例）","aggregationSource":"OpenAI：官网动态（RSS · 排除企业/客户案例）","pageTitle":"OpenAI、Agents APIの公開テスト版を発表 - Aioga AIニュース","description":"OpenAIはAgents APIの公開テスト版をリリースしました。これにより、Codexのハーネスとインフラストラクチャが単一のAPI呼び出しで開発者に提供され、クラウド上でホストされます。","url":"https://www.aioga.com/ja/news/cmtvywm6902omrojit3fo7bjv/","contentTranslated":true,"sourceHash":"d97119af459bcc72","translatedAt":"2026-09-10T20:41:02.755Z"},"ko":{"title":"OpenAI, Agents API 공개 테스트 버전 발표","summary":"OpenAI가 Agents API 공개 테스트 버전을 출시하여, 개발자들이 한 번의 API 호출로 Codex의 하니스와 인프라를 활용할 수 있도록 하며, 클라우드에 호스팅됩니다.","category":"업계 동향","source":"OpenAI：官网动态（RSS · 排除企业/客户案例）","aggregationSource":"OpenAI：官网动态（RSS · 排除企业/客户案例）","pageTitle":"OpenAI, Agents API 공개 테스트 버전 발표 - Aioga AI 뉴스","description":"OpenAI가 Agents API 공개 테스트 버전을 출시하여, 개발자들이 한 번의 API 호출로 Codex의 하니스와 인프라를 활용할 수 있도록 하며, 클라우드에 호스팅됩니다.","url":"https://www.aioga.com/ko/news/cmtvywm6902omrojit3fo7bjv/","contentTranslated":true,"sourceHash":"d97119af459bcc72","translatedAt":"2026-09-10T20:41:05.630Z"},"es":{"title":"OpenAI lanza la versión beta pública de Agents API","summary":"OpenAI ha lanzado la versión de prueba pública de Agents API, que permitirá a los desarrolladores acceder al arnés y la infraestructura de Codex mediante una única llamada a la API, alojada en la nube.","category":"Industria","source":"OpenAI：官网动态（RSS · 排除企业/客户案例）","aggregationSource":"OpenAI：官网动态（RSS · 排除企业/客户案例）","pageTitle":"OpenAI lanza la versión beta pública de Agents API - Aioga Noticias de IA","description":"OpenAI ha lanzado la versión de prueba pública de Agents API, que permitirá a los desarrolladores acceder al arnés y la infraestructura de Codex mediante una única llamada a la API...","url":"https://www.aioga.com/es/news/cmtvywm6902omrojit3fo7bjv/","contentTranslated":true,"sourceHash":"d97119af459bcc72","translatedAt":"2026-09-10T20:41:06.046Z"},"fr":{"title":"OpenAI publie la version bêta publique de l'API Agents","summary":"OpenAI lance la version test publique de l'API Agents, qui permettra d'exposer aux développeurs le harness et l'infrastructure de Codex via un seul appel API, hébergé sur le cloud.","category":"Industrie","source":"OpenAI：官网动态（RSS · 排除企业/客户案例）","aggregationSource":"OpenAI：官网动态（RSS · 排除企业/客户案例）","pageTitle":"OpenAI publie la version bêta publique de l'API Agents - Aioga Actualités IA","description":"OpenAI lance la version test publique de l'API Agents, qui permettra d'exposer aux développeurs le harness et l'infrastructure de Codex via un seul appel API, hébergé sur le cloud.","url":"https://www.aioga.com/fr/news/cmtvywm6902omrojit3fo7bjv/","contentTranslated":true,"sourceHash":"d97119af459bcc72","translatedAt":"2026-09-10T20:41:09.518Z"},"de":{"title":"OpenAI veröffentlicht öffentliche Testversion der Agents API","summary":"OpenAI hat die öffentliche Testversion der Agents API gestartet, die den Codex-Harness und die Infrastruktur Entwicklern über einen einzigen API-Aufruf zugänglich macht und in der Cloud gehostet wird.","category":"行业动态","source":"OpenAI：官网动态（RSS · 排除企业/客户案例）","aggregationSource":"OpenAI：官网动态（RSS · 排除企业/客户案例）","pageTitle":"OpenAI veröffentlicht öffentliche Testversion der Agents API - Aioga KI-News","description":"OpenAI hat die öffentliche Testversion der Agents API gestartet, die den Codex-Harness und die Infrastruktur Entwicklern über einen einzigen API-Aufruf zugänglich macht und in der...","url":"https://www.aioga.com/de/news/cmtvywm6902omrojit3fo7bjv/","contentTranslated":true,"sourceHash":"d97119af459bcc72","translatedAt":"2026-09-10T20:41:08.243Z"},"pt-BR":{"title":"OpenAI lança versão beta pública da API Agents","summary":"OpenAI lançou a versão de teste público da API Agents, que permitirá aos desenvolvedores acessar o harness e a infraestrutura do Codex por meio de uma única chamada de API, hospedada na nuvem.","category":"行业动态","source":"OpenAI：官网动态（RSS · 排除企业/客户案例）","aggregationSource":"OpenAI：官网动态（RSS · 排除企业/客户案例）","pageTitle":"OpenAI lança versão beta pública da API Agents - Aioga Notícias de IA","description":"OpenAI lançou a versão de teste público da API Agents, que permitirá aos desenvolvedores acessar o harness e a infraestrutura do Codex por meio de uma única chamada de API, hospeda...","url":"https://www.aioga.com/pt-BR/news/cmtvywm6902omrojit3fo7bjv/","contentTranslated":true,"sourceHash":"d97119af459bcc72","translatedAt":"2026-09-10T20:41:11.335Z"},"ru":{"title":"OpenAI выпустила публичную бета-версию Agents API","summary":"OpenAI представила публичную тестовую версию Agents API, которая открывает для разработчиков работу Codex через один API-вызов, размещённую в облаке.","category":"行业动态","source":"OpenAI：官网动态（RSS · 排除企业/客户案例）","aggregationSource":"OpenAI：官网动态（RSS · 排除企业/客户案例）","pageTitle":"OpenAI выпустила публичную бета-версию Agents API - Aioga Новости ИИ","description":"OpenAI представила публичную тестовую версию Agents API, которая открывает для разработчиков работу Codex через один API-вызов, размещённую в облаке.","url":"https://www.aioga.com/ru/news/cmtvywm6902omrojit3fo7bjv/","contentTranslated":true,"sourceHash":"d97119af459bcc72","translatedAt":"2026-09-10T20:41:11.822Z"},"ar":{"title":"أطلقت OpenAI النسخة التجريبية من واجهة برمجة التطبيقات Agents API","summary":"قدمت OpenAI النسخة التجريبية العامة من Agents API، والتي ستتيح للمطورين الوصول إلى واجهة Codex والبنية التحتية من خلال استدعاء API واحد، مستضافة على السحابة.","category":"行业动态","source":"OpenAI：官网动态（RSS · 排除企业/客户案例）","aggregationSource":"OpenAI：官网动态（RSS · 排除企业/客户案例）","pageTitle":"أطلقت OpenAI النسخة التجريبية من واجهة برمجة التطبيقات Agents API - Aioga أخبار الذكاء الاصطناعي","description":"قدمت OpenAI النسخة التجريبية العامة من Agents API، والتي ستتيح للمطورين الوصول إلى واجهة Codex والبنية التحتية من خلال استدعاء API واحد، مستضافة على السحابة.","url":"https://www.aioga.com/ar/news/cmtvywm6902omrojit3fo7bjv/","contentTranslated":true,"sourceHash":"d97119af459bcc72","translatedAt":"2026-09-10T20:41:14.513Z"},"hi":{"title":"OpenAI ने Agents API का सार्वजनिक परीक्षण संस्करण जारी किया","summary":"OpenAI ने Agents API का सार्वजनिक परीक्षण संस्करण लॉन्च किया, जो डेवलपर्स के लिए Codex के हार्नेस और इंफ्रास्ट्रक्चर को एकल API कॉल के माध्यम से उपलब्ध कराता है और इसे क्लाउड में होस्ट किया गया है।","category":"行业动态","source":"OpenAI：官网动态（RSS · 排除企业/客户案例）","aggregationSource":"OpenAI：官网动态（RSS · 排除企业/客户案例）","pageTitle":"OpenAI ने Agents API का सार्वजनिक परीक्षण संस्करण जारी किया - Aioga AI समाचार","description":"OpenAI ने Agents API का सार्वजनिक परीक्षण संस्करण लॉन्च किया, जो डेवलपर्स के लिए Codex के हार्नेस और इंफ्रास्ट्रक्चर को एकल API कॉल के माध्यम से उपलब्ध कराता है और इसे क्लाउड में ह...","url":"https://www.aioga.com/hi/news/cmtvywm6902omrojit3fo7bjv/","contentTranslated":true,"sourceHash":"d97119af459bcc72","translatedAt":"2026-09-10T20:41:14.270Z"},"it":{"title":"OpenAI rilascia la versione beta pubblica dell'Agents API","summary":"OpenAI ha lanciato la versione di test pubblica dell'Agents API, che permetterà agli sviluppatori di accedere all'harness di Codex e all'infrastruttura tramite una singola chiamata API, ospitata nel cloud.","category":"行业动态","source":"OpenAI：官网动态（RSS · 排除企业/客户案例）","aggregationSource":"OpenAI：官网动态（RSS · 排除企业/客户案例）","pageTitle":"OpenAI rilascia la versione beta pubblica dell'Agents API - Aioga Notizie IA","description":"OpenAI ha lanciato la versione di test pubblica dell'Agents API, che permetterà agli sviluppatori di accedere all'harness di Codex e all'infrastruttura tramite una singola chiamata...","url":"https://www.aioga.com/it/news/cmtvywm6902omrojit3fo7bjv/","contentTranslated":true,"sourceHash":"d97119af459bcc72","translatedAt":"2026-09-10T20:41:16.634Z"},"nl":{"title":"OpenAI brengt Agents API bèta uit","summary":"OpenAI lanceert de openbare testversie van de Agents API, waarmee het harness en de infrastructuur van Codex via een enkele API-aanroep toegankelijk worden voor ontwikkelaars, gehost in de cloud.","category":"行业动态","source":"OpenAI：官网动态（RSS · 排除企业/客户案例）","aggregationSource":"OpenAI：官网动态（RSS · 排除企业/客户案例）","pageTitle":"OpenAI brengt Agents API bèta uit - Aioga AI-nieuws","description":"OpenAI lanceert de openbare testversie van de Agents API, waarmee het harness en de infrastructuur van Codex via een enkele API-aanroep toegankelijk worden voor ontwikkelaars, geho...","url":"https://www.aioga.com/nl/news/cmtvywm6902omrojit3fo7bjv/","contentTranslated":true,"sourceHash":"d97119af459bcc72","translatedAt":"2026-09-10T20:41:16.622Z"},"tr":{"title":"OpenAI, Agents API'nin Açık Beta Sürümünü Yayınladı","summary":"OpenAI, Agents API'nin halka açık test sürümünü başlattı; Codex'in harness ve altyapısı, tek bir API çağrısıyla geliştiricilere açıldı ve bulutta barındırılıyor.","category":"行业动态","source":"OpenAI：官网动态（RSS · 排除企业/客户案例）","aggregationSource":"OpenAI：官网动态（RSS · 排除企业/客户案例）","pageTitle":"OpenAI, Agents API'nin Açık Beta Sürümünü Yayınladı - Aioga AI Haberleri","description":"OpenAI, Agents API'nin halka açık test sürümünü başlattı; Codex'in harness ve altyapısı, tek bir API çağrısıyla geliştiricilere açıldı ve bulutta barındırılıyor.","url":"https://www.aioga.com/tr/news/cmtvywm6902omrojit3fo7bjv/","contentTranslated":true,"sourceHash":"d97119af459bcc72","translatedAt":"2026-09-10T20:41:19.191Z"},"vi":{"title":"OpenAI phát hành phiên bản thử nghiệm công khai Agents API","summary":"OpenAI ra mắt phiên bản thử nghiệm công khai Agents API, sẽ mở ra cho các nhà phát triển khả năng điều khiển Codex cùng với cơ sở hạ tầng chỉ qua một lần gọi API, được lưu trữ trên đám mây.","category":"行业动态","source":"OpenAI：官网动态（RSS · 排除企业/客户案例）","aggregationSource":"OpenAI：官网动态（RSS · 排除企业/客户案例）","pageTitle":"OpenAI phát hành phiên bản thử nghiệm công khai Agents API - Tin tức AI Aioga","description":"OpenAI ra mắt phiên bản thử nghiệm công khai Agents API, sẽ mở ra cho các nhà phát triển khả năng điều khiển Codex cùng với cơ sở hạ tầng chỉ qua một lần gọi API, được lưu trữ trên...","url":"https://www.aioga.com/vi/news/cmtvywm6902omrojit3fo7bjv/","contentTranslated":true,"sourceHash":"d97119af459bcc72","translatedAt":"2026-09-10T20:41:19.161Z"},"id":{"title":"OpenAI merilis versi beta publik Agents API","summary":"OpenAI meluncurkan versi uji publik Agents API, yang akan membuka harness Codex dan infrastruktur melalui satu panggilan API kepada pengembang, dihosting di cloud.","category":"行业动态","source":"OpenAI：官网动态（RSS · 排除企业/客户案例）","aggregationSource":"OpenAI：官网动态（RSS · 排除企业/客户案例）","pageTitle":"OpenAI merilis versi beta publik Agents API - Berita AI Aioga","description":"OpenAI meluncurkan versi uji publik Agents API, yang akan membuka harness Codex dan infrastruktur melalui satu panggilan API kepada pengembang, dihosting di cloud.","url":"https://www.aioga.com/id/news/cmtvywm6902omrojit3fo7bjv/","contentTranslated":true,"sourceHash":"d97119af459bcc72","translatedAt":"2026-09-10T20:41:21.592Z"},"th":{"title":"OpenAI เปิดตัว Agents API รุ่นทดสอบสาธารณะ","summary":"OpenAI เปิดตัว Agents API รุ่นทดสอบสาธารณะ ซึ่งจะเปิดให้ผู้พัฒนาสามารถเข้าถึง harness และโครงสร้างพื้นฐานของ Codex ผ่านการเรียก API ครั้งเดียว โดยโฮสต์บนคลาวด์","category":"行业动态","source":"OpenAI：官网动态（RSS · 排除企业/客户案例）","aggregationSource":"OpenAI：官网动态（RSS · 排除企业/客户案例）","pageTitle":"OpenAI เปิดตัว Agents API รุ่นทดสอบสาธารณะ - ข่าว AI Aioga","description":"OpenAI เปิดตัว Agents API รุ่นทดสอบสาธารณะ ซึ่งจะเปิดให้ผู้พัฒนาสามารถเข้าถึง harness และโครงสร้างพื้นฐานของ Codex ผ่านการเรียก API ครั้งเดียว โดยโฮสต์บนคลาวด์","url":"https://www.aioga.com/th/news/cmtvywm6902omrojit3fo7bjv/","contentTranslated":true,"sourceHash":"d97119af459bcc72","translatedAt":"2026-09-10T20:41:21.296Z"},"pl":{"title":"OpenAI udostępnia Agents API w wersji beta publicznej","summary":"OpenAI wprowadza publiczny test Agents API, który umożliwia deweloperom dostęp do harness i infrastruktury Codex za pomocą pojedynczego wywołania API, hostowanego w chmurze.","category":"行业动态","source":"OpenAI：官网动态（RSS · 排除企业/客户案例）","aggregationSource":"OpenAI：官网动态（RSS · 排除企业/客户案例）","pageTitle":"OpenAI udostępnia Agents API w wersji beta publicznej - Aioga Wiadomości AI","description":"OpenAI wprowadza publiczny test Agents API, który umożliwia deweloperom dostęp do harness i infrastruktury Codex za pomocą pojedynczego wywołania API, hostowanego w chmurze.","url":"https://www.aioga.com/pl/news/cmtvywm6902omrojit3fo7bjv/","contentTranslated":true,"sourceHash":"d97119af459bcc72","translatedAt":"2026-09-10T20:41:23.975Z"}},"evidenceTier":"verified-news","reviewStatus":"editorial-selected","indexable":true,"editorialCover":""}}