Orbit
Connector for the orbit API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://app.orbit.love/api/v1 - Auth:
query:api_key(pass your key via theapiKeyinput)
Operations
get_user— GET /user — Get info about the current userget_workspaces— GET /workspaces — Get all workspaces for the current userget_workspaces_workspace_slug— GET /workspaces/{workspace_slug} — Get a workspaceget_workspace_slug_activities— GET /{workspace_slug}/activities — List activities for a workspaceget_workspace_slug_activities_id— GET /{workspace_slug}/activities/{id} — Get an activity in the workspaceget_workspace_slug_activity_types— GET /{workspace_slug}/activity_types — List all activity types for a workspace
Inputs
apiKey— your orbit API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_user
apiKey: <your key>