Skip to main content

Teams API

The Teams API provides programmatic access to team management, team alignment cards, team reputation scores, and embeddable team badges. Teams are first-class meta-agents with persistent identity and accumulated reputation. Base URL: https://api.mnemom.ai/v1

Authentication

API key authentication: Pass in the Authorization header:

Rate limits

Rate-limited responses return HTTP 429 with a Retry-After header.

Endpoints

Team CRUD

Team Alignment Cards

Team reputation


RBAC requirements


Feature gating

All team endpoints require the team_reputation feature flag, available on Team and Enterprise plans. See Pricing for plan details.

Error codes

All error responses follow the standard envelope:

SDK usage

TypeScript

Python


Webhook events

Nine webhook events are emitted for team operations. See Webhook Notifications for delivery details.

See also