Aller au contenu

OpenAI Chat Completions Example

Ce contenu n’est pas encore disponible dans votre langue.

This guide shows how to integrate AgentBureau services with OpenAI agents using function calling and the x402 protocol.

If your environment supports the Model Context Protocol (MCP), you can connect OpenAI’s Responses API directly to our MCP server: https://agentbureau-api.datafortress.cloud/mcp

For environments without MCP support, you can manually define the tools and handle the x402 flow in your tool implementation.