Sageox Teams API

Create and manage teams with hierarchical membership (owner, admin, member). Handles invitations via email with role assignment, team-wide conventions and norms, and child-team relationships. Teams are the primary organizational unit in SageOx.

Operations 35

POST /api/v1/teams Create a new team #
GET /api/v1/teams List user's teams #
GET /api/v1/teams/{team_id} Get team details #
PUT /api/v1/teams/{team_id} Update team details #
DELETE /api/v1/teams/{team_id} Delete a team #
GET /api/v1/teams/check-slug Check if team slug is available #
POST /api/v1/teams/{team_id}/adopt Team adoption (deprecated) #
POST /api/v1/teams/claim Claim team ownership with code #
GET /api/v1/teams/{team_id}/parent Get team's parent #
PUT /api/v1/teams/{team_id}/parent Set or unset team parent #
GET /api/v1/teams/{team_id}/children Get team's child teams #
GET /api/v1/teams/{team_id}/ancestors Get team's ancestor chain #
GET /api/v1/teams/{team_id}/members List team members #
PUT /api/v1/teams/{team_id}/members/{user_id} Update team member role #
DELETE /api/v1/teams/{team_id}/members/{user_id} Remove team member #
DELETE /api/v1/teams/{team_id}/members/me Leave team #
PUT /api/v1/teams/{team_id}/members/bulk Bulk update member roles #
DELETE /api/v1/teams/{team_id}/members/bulk Bulk remove members #
POST /api/v1/teams/{team_id}/invites Create team invite #
GET /api/v1/teams/{team_id}/invites List pending team invites #
DELETE /api/v1/teams/{team_id}/invites/{invite_id} Revoke team invite #
GET /api/v1/invites/team/{token} Get team invite details #
GET /api/v1/teams/{team_id}/invite-code Get team invite code #
POST /api/v1/teams/{team_id}/invite-code Regenerate team invite code #
POST /api/v1/teams/{team_id}/join Join team with invite code #
POST /api/v1/teams/{team_id}/delete Initiate team deletion #
GET /api/v1/teams/{team_id}/delete Get team deletion status #
POST /api/v1/teams/{team_id}/delete/confirm Confirm team deletion #
POST /api/v1/teams/{team_id}/delete/cancel Cancel team deletion #
GET /api/v1/teams/{team_id}/conventions Get team conventions #
PUT /api/v1/teams/{team_id}/conventions/draft Save draft conventions #
DELETE /api/v1/teams/{team_id}/conventions/draft Discard draft conventions #
POST /api/v1/teams/{team_id}/conventions/publish Publish conventions #
GET /api/v1/teams/{team_id}/diagram Get team diagram #
GET /api/v1/teams/{team_id}/entities Get team entities #

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/sageox-teams-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

sageox-teams-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: SageOx Teams API
  version: 1.0.0
  description: '# API Reference


    ## Overview


    SageOx is a platform that captures team knowledge from discussions, decisions, and work context into a Ledger (per-repo historical record) and Team Context (team-wide shared knowledge).'
  contact:
    name: SageOx Team
  license:
    name: MIT
servers:
- url: http://localhost:3000
  description: Devcontainer
- url: https://test.sageox.ai
  description: Test
- url: https://sageox.ai
  description: Production
security:
- bearerAuth: []
tags:


# --- truncated at 32 KB (77 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/sageox/refs/heads/main/openapi/sageox-teams-api-openapi.yml