Orbit

เปลี่ยนงานใด ๆ ให้เป็นการเรียก API ที่ถูกต้อง อธิบายงานของคุณ แล้ว Orbit จะค้นหาจุดสิ้นสุด API สาธารณะที่เหมาะสม จากนั้นสร้างคำแนะนำในการเรียกใช้งาน ตั้งแต่การรับรองความถูกต้องไปจนถึงข้อควรระวัง เพื่อให้เอเจนต์สามารถค้นพบ ประเมิน และผสานรวม API สาธารณะได้

เอกสาร

For clean Markdown of any page, append .md to the page URL. For a complete documentation index, see https://www.buildwithorbit.ai/llms.txt. For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://www.buildwithorbit.ai/_mcp/server.

Turn any task into the right API calls.

Meet Orbit by Postman, a free API discovery service that helps AI agents find, evaluate, and integrate public APIs through REST or an MCP server.

Claude

claude mcp add --transport http orbit https://mcp.buildwithorbit.ai/mcp

Cursor

Add this to ~/.cursor/mcp.json for global use, or .cursor/mcp.json inside one project:

{
  "servers": {
    "orbit": {
      "url": "https://mcp.buildwithorbit.ai/mcp"
    }
  }
}

VSCode

  {
    "servers": {
      "orbit": {
        "type": "http",
        "url": "https://mcp.buildwithorbit.ai/mcp"
      }
    }
  }

Codex/ChatGPT

codex mcp add orbit --url https://mcp.buildwithorbit.ai/mcp

Get started