Auth0 · Capability

Auth0 Management API — Resource Servers

Auth0 Management API capability covering the Resource Servers resource group (2 paths). Self-contained Naftiko capability covering one Auth0 Management surface. 5 operations.

Auth0 Management API — Resource Servers 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 Resource Servers.

Run with Naftiko Auth0Management APIResource Servers

Capability Spec

auth0-management-resource-servers.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: "Auth0 Management API \u2014 Resource Servers"
  description: Auth0 Management API capability covering the Resource Servers resource group (2 paths). Self-contained Naftiko capability covering
    one Auth0 Management surface. 5 operations.
  tags:
  - Auth0
  - Management API
  - Resource Servers
  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-resource-servers
    baseUri: https://{AUTH0_DOMAIN}/api/v2
    description: "Auth0 Management API \u2014 Resource Servers resource group. Self-contained."
    resources:
    - name: resource-servers
      path: /resource-servers
      operations:
      - name: get_resource-servers
        method: GET
        description: Get Resource Servers
        outputRawFormat: json
      - name: post_resource-servers
        method: POST
        description: Create a Resource Server
        outputRawFormat: json
    - name: resource-servers-id
      path: /resource-servers/{id}
      operations:
      - name: get_resource-servers_by_id
        method: GET
        description: Get a Resource Server
        outputRawFormat: json
      - name: delete_resource-servers_by_id
        method: DELETE
        description: Delete a Resource Server
        outputRawFormat: json
      - name: patch_resource-servers_by_id
        method: PATCH
        description: Update a Resource Server
        outputRawFormat: json