Organizations
Manage team namespaces for shared traces, members, and API keys.
An organization is a shared namespace for your team. It keeps traces, members, and API keys in one place.
When to create an organization
- You want teammates to see the same traces
- You want CI/CD jobs to upload traces with org-owned API keys
- You want a clear separation between personal and team work
Create an organization
- Open the namespace switcher in Traces Web
- Select Create Organization
- Choose slug, display name, and optional description
- You become the first admin automatically
The slug is part of the URL and cannot be changed later.
Switch to your org in the CLI
traces namespace list
traces namespace use my-org
traces whoamiAfter switching, traces share and related CLI commands target that org namespace.
Manage org settings
From /<org-slug>/settings, admins can update:
- Display name and description
- Avatar
- Members and invites
- API keys
Move traces between namespaces
traces transfer <trace-id> --to my-orgUse this when you need to move a trace from personal space to your org (or back).
Delete an organization
Only admins can delete an org. Deletion is permanent and removes traces, invites, API keys, and member access.