OpenAI Chat Completions Example
此内容尚不支持你的语言。
OpenAI Example
Section titled “OpenAI Example”This guide shows how to integrate AgentBureau services with OpenAI agents using function calling and the x402 protocol.
MCP Route (Recommended)
Section titled “MCP Route (Recommended)”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
Function Calling Fallback
Section titled “Function Calling Fallback”For environments without MCP support, you can manually define the tools and handle the x402 flow in your tool implementation.