What problem does it solve?
This Skill allows users to manage Auth0 tenant resources and APIs through the Auth0 CLI, streamlining the process of setting up and managing Auth0 authentication for various applications.
Core Features & Use Cases
- Tenant Resource Management: Create, update, and delete Auth0 applications, APIs, users, roles, and organizations.
- API Management: Register, configure, and manage API resources with Auth0 tokens.
- User Management: Create, search, and manage users in the tenant.
- Role Management: Create and assign roles for Role-Based Access Control (RBAC).
- Use Case: With this Skill, you can quickly set up an Auth0 application, register an API, manage users and roles, and configure custom domains for your application.
Quick Start
Use the auth0-cli skill to create a new Auth0 application:
auth0-cli apps create --name "My App" --type spa --callbacks "http://localhost:3000"