Weavz
Clerk

Clerk

Manage Clerk users, organizations, memberships, and sessions.

17 tools

Tools

Name
list_users

List or search Clerk users with bounded pagination.

get_user

Retrieve one Clerk user by ID.

create_user

Create a Clerk user. Identification values are comma- or newline-separated.

update_user

Update common Clerk user profile fields and metadata.

delete_user

Delete a Clerk user by ID. Requires exact confirmation.

list_organizations

List or search Clerk organizations.

get_organization

Retrieve one Clerk organization by ID.

create_organization

Create a Clerk organization.

update_organization

Update a Clerk organization name, slug, limits, or metadata.

delete_organization

Delete a Clerk organization by ID. Requires exact confirmation.

list_organization_memberships

List members of a Clerk organization.

create_organization_membership

Add an existing Clerk user to an organization with a role.

update_organization_membership

Change a Clerk organization member role.

remove_organization_membership

Remove a Clerk user from an organization. Requires exact confirmation.

list_sessions

List Clerk sessions for a user, client, or status.

get_session

Retrieve one Clerk session by ID.

revoke_session

Revoke a Clerk session. Requires exact confirmation.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('clerk', 'list_users', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'clerk',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Clerk to my app?

Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does Clerk support?

Clerk supports 17 tools including List Users, Get User, Create User, Update User, Delete User, and more.

Can I use Clerk with AI agents?

Yes. Add Clerk to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.

Can Clerk be used in stateful agent workflows?

Yes. Agents can combine Clerk tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.

What authentication does Clerk use?

Clerk uses API Key. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Clerk integration cost?

The Clerk integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

Connect Clerk in minutes

Get 20,000 free action executions every month. No credit card required.