Organization
Manage team members, roles, and invitations.
Your organization is the top-level account that owns all your projects. These endpoints let you manage who has access — invite new team members, change roles, remove people, or cancel pending invitations.
The organization is identified automatically from your API token. No organization_id parameter needed.
Base URL: https://api.yourgpt.ai/api/v1
Get Details
Retrieve your organization's name, settings, and configuration.
List Members
Get all members and their roles, with pagination.
Invite Member
Send an email invitation to a new team member.
Change Role
Update the role for an existing member.
Remove Member
Remove someone from the organization.
Revoke Invitation
Cancel a pending invitation before it's accepted.
Roles
| Role | What they can do |
|---|---|
| Owner | Everything — full access to all projects and org settings |
| Editor | Manage projects and settings, but not members |
| Viewer | Read-only access |