Orbit Workspaces API

The Workspaces API from Orbit — 2 operation(s) for workspaces.

Operations 2

GET /workspaces Get all workspaces for the current user
GET /workspaces/{workspace_slug} Get a workspace

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/orbit-workspaces-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

orbit-workspaces-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Orbit Activities Workspaces API
  version: v1
  description: Please see the complete Orbit API documentation at [https://api.orbit.love/](https://api.orbit.love/).
servers:
- url: http://web.archive.org/web/20240303060821/https://app.orbit.love/api/v1
tags:
- name: Workspaces
paths:
  /workspaces:
    get:
      summary: Get all workspaces for the current user
      tags:
      - Workspaces
      security:
      - bearer: []
      responses:
        '200':
          description: success
          content:
            application/json:
              example:
                data:
                - id: 15Vt67
                  type: workspace
                  attributes:
                    name: Fake Workspace
                    slug: fake-workspace
                    updated_at: '2023-06-21T14:54:46.429Z'
                    created_at: '2023-06-21T14:54:46.423Z'
                  relationships:
                    repositories:
                      data: []
                included: []
  /workspaces/{workspace_slug}:
    get:
      summary: Get a workspace
      tags:
      - Workspaces
      security:
      - bearer: []
      parameters:
      - name: workspace_slug
        in: path
        required: true
        schema:
          type: string
      - name: include_orbit_level_counts
        in: query
        description: Include the number of members by Orbit Level in the attributes
        schema:
          type: boolean
      responses:
        '200':
          description: success
          content:
            application/json:
              example:
                data:
                  id: PvetbL
                  type: workspace
                  attributes:
                    name: Fake Workspace
                    slug: fake-workspace
                    updated_at: '2023-06-21T14:54:46.807Z'
                    created_at: '2023-06-21T14:54:46.662Z'
                    members_count: 4
                    activities_count: 1
                    tags: {}
                    orbit_level_counts:
                      '1': 0
                      '2': 0
                      '3': 1
                      '4': 2
                  relationships:
                    last_member:
                      data:
                        id: jMNSnV
                        type: member
                    last_activity:
                      data:
                        id: ZPosrL
                        type: pull_request_activity
                    repositories:
                      data: []
                included:
                - id: jMNSnV
                  type: member
                  attributes:
                    avatar_url: http://web.archive.org/web/20240303060821/http://github.com/avatar.png
                    bio: null
                    birthday: null
                    company: null
                    title: null
                    created_at: '2023-06-21T14:54:46.781Z'
                    deleted_at: null
                    location: null
                    name: LurlineGreenfelder
                    pronouns: null
                    reach: 0
                    shipping_address: null
                    slug: lurlinegreenfelder
                    source: installation
                    tag_list: []
                    tags: []
                    teammate: false
                    tshirt: null
                    updated_at: '2023-06-21T14:54:46.781Z'
                    merged_at: null
                    url: null
                    orbit_url: http://web.archive.org/web/20240303060821/http://localhost:3000/fake-workspace/members/lurlinegreenfelder
                    created: false
                    id: jMNSnV
                    orbit_level: 4
                    love: null
                    first_activity_occurred_at: null
                    last_activity_occurred_at: null
                    activities_count: 0
                    activities_score: 0
                    twitter: null
                    github: null
                    discourse: null
                    email: null
                    devto: null
                    linkedin: null
                    discord: null
                    github_followers: null
                    twitter_followers: null
                    topics: null
                    languages: null
                  relationships:
                    identities:
                      data: []
                    organizations:
                      data: []
                - id: ZPosrL
                  type: pull_request_activity
                  attributes:
                    action: opened
                    created_at: '2023-06-21T14:54:46.735Z'
                    key: raleighturner/denny#75
                    occurred_at: '2023-06-21T14:54:46.723Z'
                    updated_at: '2023-06-21T14:54:46.735Z'
                    type: PullRequestActivity
                    properties:
                      github_repository: raleighturner/denny
                      github_organization: raleighturner
                      github_pull_request: raleighturner/denny/#75
                    tags:
                    - channel:github
                    - github_organization:raleighturner
                    - github_repository:raleighturner/denny
                    - github_pull_request:raleighturner/denny/#75
                    orbit_url: http://web.archive.org/web/20240303060821/http://localhost:3000/fake-workspace/activities/ZPosrL
                    weight: '1.0'
                    activity_link: http://web.archive.org/web/20240303060821/https://github.com/
                    g_title: Here is some new code
                    g_number: 75
                    g_html_url: http://web.archive.org/web/20240303060821/https://github.com/
                    g_created_at: '2023-06-21T15:54:46.723+01:00'
                    is_pull_request: null
                    g_merged: false
                    g_merged_at: null
                    g_merged_by: null
                  relationships:
                    activity_type:
                      data:
                        id: oWVsm9
                        type: activity_type
                    member:
                      data:
                        id: jL5SZA
                        type: member
                    repository:
                      data:
                        id: 6eeTk6
                        type: repository
components:
  securitySchemes:
    bearer:
      type: http
      scheme: bearer
      description: Provide a Authorization header with format 'Bearer <api_key>'. This is the recommended approach. Make sure to include the 'Bearer' part in the text box here.
    api_key:
      type: apiKey
      name: api_key
      in: query
      description: Provide the API key in a query param called api_key. This is the least secure method, please use only for testing.