Operational registry: who’s on the team, who owns what, where to reach them. This is metadata used by DAC for context (mentions in coaching, who-owns-this lookups). Distinct from team scoring (Documentation Index
Fetch the complete documentation index at: https://docs.dacard.ai/llms.txt
Use this file to discover all available pages before exploring further.
/api/teams), which is a paid Business-tier feature.
The team registry is Free-tier accessible.
List members
Add a member
Remove a member
| Property | Value |
|---|---|
| Auth | Required |
| Required scope | Account membership |
| Plan | All tiers (Free included) |
| Idempotent | GET yes. POST no (creates new row). DELETE yes. |
Errors
| Status | Code | When |
|---|---|---|
| 401 | AUTH_REQUIRED | No session. |
| 403 | ONBOARDING_REQUIRED | User has no account. |
| 500 | INTERNAL_ERROR | DB read or write failed. |