Skip to main content
The Anthropic Admin API plugin syncs data locally. Use corsair.anthropicadministrator.db.<entity>.search({ data, limit?, offset? }) with the filters listed per entity.

Api Keys

Path: anthropicadministrator.db.apiKeys.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Invites

Path: anthropicadministrator.db.invites.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Users

Path: anthropicadministrator.db.users.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Workspace Members

Path: anthropicadministrator.db.workspaceMembers.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Workspaces

Path: anthropicadministrator.db.workspaces.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.