Actions
| Name | Description |
|---|---|
list_usersList or search users in your Auth0 tenant | List or search users in your Auth0 tenant |
get_userGet a specific user by their user ID | Get a specific user by their user ID |
create_userCreate a new user in your Auth0 tenant | Create a new user in your Auth0 tenant |
list_rolesList all roles defined in your Auth0 tenant | List all roles defined in your Auth0 tenant |
list_connectionsList all connections configured in your Auth0 tenant | List all connections configured in your Auth0 tenant |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'auth0',
actionName: 'list_users',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Auth0 to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does Auth0 support?
Auth0 supports 5 actions including List Users, Get User, Create User, List Roles, List Connections.
Can I use Auth0 with AI agents?
Yes. Add Auth0 to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does Auth0 use?
Auth0 uses Custom. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the Auth0 integration cost?
The Auth0 integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
Connect Auth0 in 2 minutes
Get 1,000 free actions every month. No credit card required.