Auth0 · Capability

Auth0 Management API — Connection Profiles

Auth0 Management API capability covering the Connection Profiles resource group (4 paths). Self-contained Naftiko capability covering one Auth0 Management surface. 7 operations.

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

Run with Naftiko Auth0Management APIConnection Profiles

Capability Spec

auth0-management-connection-profiles.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: "Auth0 Management API \u2014 Connection Profiles"
  description: Auth0 Management API capability covering the Connection Profiles resource group (4 paths). Self-contained Naftiko capability covering
    one Auth0 Management surface. 7 operations.
  tags:
  - Auth0
  - Management API
  - Connection Profiles
  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-connection-profiles
    baseUri: https://{AUTH0_DOMAIN}/api/v2
    description: "Auth0 Management API \u2014 Connection Profiles resource group. Self-contained."
    resources:
    - name: connection-profiles
      path: /connection-profiles
      operations:
      - name: get_connection-profiles
        method: GET
        description: Get Connection Profiles
        outputRawFormat: json
      - name: post_connection-profiles
        method: POST
        description: Create a Connection Profile
        outputRawFormat: json
    - name: connection-profiles-templates
      path: /connection-profiles/templates
      operations:
      - name: get_connection_profile_templates
        method: GET
        description: Get Connection Profile Templates
        outputRawFormat: json
    - name: connection-profiles-templates-id
      path: /connection-profiles/templates/{id}
      operations:
      - name: get_connection_profile_template
        method: GET
        description: Get Connection Profile Template
        outputRawFormat: json
    - name: connection-profiles-id
      path: /connection-profiles/{id}
      operations:
      - name: get_connection-profiles_by_id
        method: GET
        description: Get Connection Profile
        outputRawFormat: json
      - name: delete_connection-profiles_by_id
        method: DELETE
        description: Delete Connection Profile
        outputRawFormat: json
      - name: patch_connection-profiles_by_id
        method: PATCH
        description: Modify a Connection Profile
        outputRawFormat: json