Auth0 · Capability

Auth0 Management API — Device Credentials

Auth0 Management API capability covering the Device Credentials resource group (2 paths). Self-contained Naftiko capability covering one Auth0 Management surface. 3 operations.

Auth0 Management API — Device Credentials 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 Device Credentials.

Run with Naftiko Auth0Management APIDevice Credentials

Capability Spec

auth0-management-device-credentials.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: "Auth0 Management API \u2014 Device Credentials"
  description: Auth0 Management API capability covering the Device Credentials resource group (2 paths). Self-contained Naftiko capability covering
    one Auth0 Management surface. 3 operations.
  tags:
  - Auth0
  - Management API
  - Device Credentials
  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-device-credentials
    baseUri: https://{AUTH0_DOMAIN}/api/v2
    description: "Auth0 Management API \u2014 Device Credentials resource group. Self-contained."
    resources:
    - name: device-credentials
      path: /device-credentials
      operations:
      - name: get_device-credentials
        method: GET
        description: Retrieve Device Credentials
        outputRawFormat: json
      - name: post_device-credentials
        method: POST
        description: Create a Device Public Key Credential
        outputRawFormat: json
    - name: device-credentials-id
      path: /device-credentials/{id}
      operations:
      - name: delete_device-credentials_by_id
        method: DELETE
        description: Delete a Device Credential
        outputRawFormat: json