Auth0 · Capability

Auth0 Management API — Attack Protection

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

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

Run with Naftiko Auth0Management APIAttack Protection

Capability Spec

auth0-management-attack-protection.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: "Auth0 Management API \u2014 Attack Protection"
  description: Auth0 Management API capability covering the Attack Protection resource group (5 paths). Self-contained Naftiko capability covering
    one Auth0 Management surface. 10 operations.
  tags:
  - Auth0
  - Management API
  - Attack Protection
  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-attack-protection
    baseUri: https://{AUTH0_DOMAIN}/api/v2
    description: "Auth0 Management API \u2014 Attack Protection resource group. Self-contained."
    resources:
    - name: attack-protection-bot-detection
      path: /attack-protection/bot-detection
      operations:
      - name: get_bot-detection
        method: GET
        description: Get Bot Detection Settings
        outputRawFormat: json
      - name: patch_bot-detection
        method: PATCH
        description: Update Bot Detection Settings
        outputRawFormat: json
    - name: attack-protection-breached-password-detection
      path: /attack-protection/breached-password-detection
      operations:
      - name: get_breached-password-detection
        method: GET
        description: Get Breached Password Detection Settings
        outputRawFormat: json
      - name: patch_breached-password-detection
        method: PATCH
        description: Update Breached Password Detection Settings
        outputRawFormat: json
    - name: attack-protection-brute-force-protection
      path: /attack-protection/brute-force-protection
      operations:
      - name: get_brute-force-protection
        method: GET
        description: Get Brute-force Settings
        outputRawFormat: json
      - name: patch_brute-force-protection
        method: PATCH
        description: Update Brute-force Settings
        outputRawFormat: json
    - name: attack-protection-captcha
      path: /attack-protection/captcha
      operations:
      - name: get_captcha
        method: GET
        description: Get the CAPTCHA Configuration for a Tenant
        outputRawFormat: json
      - name: patch_captcha
        method: PATCH
        description: Partial Update for CAPTCHA Configuration
        outputRawFormat: json
    - name: attack-protection-suspicious-ip-throttling
      path: /attack-protection/suspicious-ip-throttling
      operations:
      - name: get_suspicious-ip-throttling
        method: GET
        description: Get Suspicious IP Throttling Settings
        outputRawFormat: json
      - name: patch_suspicious-ip-throttling
        method: PATCH
        description: Update Suspicious IP Throttling Settings
        outputRawFormat: json