Auth0 · Capability

Auth0 Management API — Clients

Auth0 Management API capability covering the Clients resource group (8 paths). Self-contained Naftiko capability covering one Auth0 Management surface. 14 operations.

Auth0 Management API — Clients is a Naftiko capability published by Auth0, one of 68 capabilities the APIs.io network indexes for this provider.

Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Auth0, Management API, and Clients.

Run with Naftiko Auth0Management APIClients

Capability Spec

auth0-management-clients.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: "Auth0 Management API \u2014 Clients"
  description: Auth0 Management API capability covering the Clients resource group (8 paths). Self-contained Naftiko capability covering one Auth0
    Management surface. 14 operations.
  tags:
  - Auth0
  - Management API
  - Clients
  created: '2026-05-22'
  modified: '2026-05-22'
binds:
- namespace: env
  keys:
    AUTH0_DOMAIN: AUTH0_DOMAIN
    AUTH0_MGMT_TOKEN: AUTH0_MGMT_TOKEN
capability:
  consumes:
  - type: http
    namespace: auth0-management-clients
    baseUri: https://{AUTH0_DOMAIN}/api/v2
    description: "Auth0 Management API \u2014 Clients resource group. Self-contained."
    resources:
    - name: clients
      path: /clients
      operations:
      - name: get_clients
        method: GET
        description: Get Clients
        outputRawFormat: json
      - name: post_clients
        method: POST
        description: Create a Client
        outputRawFormat: json
    - name: clients-cimd-preview
      path: /clients/cimd/preview
      operations:
      - name: post_clients_cimd_preview
        method: POST
        description: Preview and Validate Client ID Metadata Document
        outputRawFormat: json
    - name: clients-cimd-register
      path: /clients/cimd/register
      operations:
      - name: post_clients_cimd_register
        method: POST
        description: Register or Update a CIMD Client Via Metadata URI
        outputRawFormat: json
    - name: clients-client_id-credentials
      path: /clients/{client_id}/credentials
      operations:
      - name: get_credentials
        method: GET
        description: Get Client Credentials
        outputRawFormat: json
      - name: post_credentials
        method: POST
        description: Create a Client Credential
        outputRawFormat: json
    - name: clients-client_id-credentials-credential_id
      path: /clients/{client_id}/credentials/{credential_id}
      operations:
      - name: get_credentials_by_credential_id
        method: GET
        description: Get Client Credential Details
        outputRawFormat: json
      - name: delete_credentials_by_credential_id
        method: DELETE
        description: Delete a Client Credential
        outputRawFormat: json
      - name: patch_credentials_by_credential_id
        method: PATCH
        description: Update a Client Credential
        outputRawFormat: json
    - name: clients-id
      path: /clients/{id}
      operations:
      - name: get_clients_by_id
        method: GET
        description: Get Client by ID
        outputRawFormat: json
      - name: delete_clients_by_id
        method: DELETE
        description: Delete a Client
        outputRawFormat: json
      - name: patch_clients_by_id
        method: PATCH
        description: Update a Client
        outputRawFormat: json
    - name: clients-id-connections
      path: /clients/{id}/connections
      operations:
      - name: get_client_connections
        method: GET
        description: Get Enabled Connections for a Client
        outputRawFormat: json
    - name: clients-id-rotate-secret
      path: /clients/{id}/rotate-secret
      operations:
      - name: post_rotate-secret
        method: POST
        description: Rotate a Client Secret
        outputRawFormat: json