# Identity

> Manage organizations, members, instances and integrations.
The Identity API is the platform's account layer: it manages organizations, their members, the instances they own, and partner integrations.

Unlike the tenant-scoped product APIs, Identity is platform-scoped - you call it on `identity.flowkiwi.net` with an OAuth 2.0 bearer token, and there is no organization header (an organization may not exist yet when you call it).

## Resources

- **[Organizations](/api/identity/organizations/)** - the top-level accounts that own instances and group members.
- **[Instances](/api/identity/instances/)** - the workspaces within an organization that your product data is scoped to.
