> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dolfinai.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Self-service API keys & team management

> Manage your own API keys and the people in your Client workspace through the API.

<Update label="2026-05-07" tags={["Feature","Release"]} description="Account and team management">
  ## New

  ### Self-service API keys

  Create, [list](/api-reference/endpoint/apikeys/list-api-keys), and revoke API keys directly through the API instead of by request, with an optional expiry on each key.

  ### Client team management

  Manage the people in your Client workspace. [Invite members](/api-reference/endpoint/clientinvites/create-client-invite), accept invites, [list](/api-reference/endpoint/members/list-client-members) and [remove](/api-reference/endpoint/members/remove-client-member) members, [update member roles](/api-reference/endpoint/members/update-client-member-role), and sign in to the portal.

  ## Updates

  ### Current user and organisation-scoped user management

  Use [`GET /me`](/api-reference/endpoint/auth/get-current-user-with-organisation-+-client-memberships) to retrieve the current user with their Organisation and Client memberships. User management is now scoped to your own organisation — list and add users, remove a user, and update a user's role through the `/users` endpoints.
</Update>
