Auth0 · Capability

Auth0 Management API — Prompts

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

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

Run with Naftiko Auth0Management APIPrompts

Capability Spec

auth0-management-prompts.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: "Auth0 Management API \u2014 Prompts"
  description: Auth0 Management API capability covering the Prompts resource group (5 paths). Self-contained Naftiko capability covering one Auth0
    Management surface. 10 operations.
  tags:
  - Auth0
  - Management API
  - Prompts
  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-prompts
    baseUri: https://{AUTH0_DOMAIN}/api/v2
    description: "Auth0 Management API \u2014 Prompts resource group. Self-contained."
    resources:
    - name: prompts
      path: /prompts
      operations:
      - name: get_prompts
        method: GET
        description: Get Prompt Settings
        outputRawFormat: json
      - name: patch_prompts
        method: PATCH
        description: Update Prompt Settings
        outputRawFormat: json
    - name: prompts-rendering
      path: /prompts/rendering
      operations:
      - name: get_all_rendering
        method: GET
        description: Get Render Setting Configurations for All Screens
        outputRawFormat: json
      - name: patch_bulk_rendering
        method: PATCH
        description: Update Render Settings for Multiple Screens
        outputRawFormat: json
    - name: prompts-prompt-custom-text-language
      path: /prompts/{prompt}/custom-text/{language}
      operations:
      - name: get_custom-text_by_language
        method: GET
        description: Get Custom Text for a Prompt
        outputRawFormat: json
      - name: put_custom-text_by_language
        method: PUT
        description: Set Custom Text for a Specific Prompt
        outputRawFormat: json
    - name: prompts-prompt-partials
      path: /prompts/{prompt}/partials
      operations:
      - name: get_partials
        method: GET
        description: Get Partials for a Prompt
        outputRawFormat: json
      - name: put_partials
        method: PUT
        description: Set Partials for a Prompt
        outputRawFormat: json
    - name: prompts-prompt-screen-screen-rendering
      path: /prompts/{prompt}/screen/{screen}/rendering
      operations:
      - name: get_rendering
        method: GET
        description: Get Render Settings for a Screen
        outputRawFormat: json
      - name: patch_rendering
        method: PATCH
        description: Update Render Settings for a Screen
        outputRawFormat: json