Skip to main content

Official SDKs

We provide official SDKs to simplify API integration across popular languages and frameworks.
All official SDKs are open source and available on GitHub. Contributions and feedback are welcome!

Installation

npm install @planetary/orbit-sdk

Quick start

import { OrbitClient } from "@planetary/orbit-sdk";

const client = new OrbitClient({
  apiKey: "orbit_your_api_key_here",
  workspaceId: "14144149"
});

const workspace = await client.workspace.info();
console.log(workspace.name);

Community SDKs

Community-maintained SDKs are not officially supported but may offer additional language support or features.

Need help?

  • Check the API reference for detailed endpoint documentation.
  • Visit Discord for SDK-specific questions and support.
  • Report bugs on the respective GitHub repository.