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