App 08 — Team

Your team. Their roles.

RBAC, email invites, and per-member spend tracking. Add teammates with the right permissions and know exactly who's spending what.

Start free See the API
Team members 4 active
MemberRoleStatusThis month
alice@acme.coadminactive$12.47
bob@acme.codeveloperactive$8.91
carol@acme.codeveloperactive$3.22
dave@acme.coviewerpending
Four Roles
Admin, Developer, Viewer, and Auditor. Each role scoped to the right level of access. Assign on invite or change later via API.
Email Invites
Invite teammates by email. Each invite gets a unique token. Accept via link. The mailer integration sends the email automatically.
Per-Member Spend
See exactly how much each team member is spending. Monthly rollups by customer ID with request counts and token breakdowns.
Audit Integration
Every invite, role change, and removal is logged to Trust's append-only audit ledger. Full accountability for team changes.
API-First
Full REST API for member CRUD, invite acceptance, and spend queries. Automate onboarding and offboarding in your CI pipeline.
Zero Dependencies
No LDAP, no Okta integration required. Team management ships inside the binary. Works on day one with no extra config.
The API

Manage your team programmatically. Invite members, update roles, track spend — all via REST.

# Invite a new team member curl -X POST /api/team/members \ -d '{"email":"alice@acme.co", "name":"Alice", "role":"developer"}' # List all team members curl /api/team/members # Update a member's role curl -X PUT /api/team/members/tm_8a4f2c \ -d '{"role":"admin"}' # Accept an invite curl -X POST /api/team/accept-invite \ -d '{"token":"a1b2c3..."}' # Per-member spend this month curl /api/team/spend

Know who's doing what.

Team ships with every Stockyard instance. Self-hosted or Cloud.

Start free Back to platform