Auth0 · Capability

Auth0 API — Passwordless

Auth0 API — Passwordless. 1 operations. Lead operation: Auth0 Start Passwordless flow. Self-contained Naftiko capability covering one Auth0 business surface.

Run with Naftiko Auth0Passwordless

What You Can Do

POST
Passwordlessstart — Auth0 Start Passwordless flow
/v1/passwordless/start

MCP Tools

auth0-start-passwordless-flow

Auth0 Start Passwordless flow

Capability Spec

auth0-passwordless.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Auth0 API — Passwordless
  description: 'Auth0 API — Passwordless. 1 operations. Lead operation: Auth0 Start Passwordless flow. Self-contained Naftiko
    capability covering one Auth0 business surface.'
  tags:
  - Auth0
  - Passwordless
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AUTH0_API_KEY: AUTH0_API_KEY
capability:
  consumes:
  - type: http
    namespace: auth0-passwordless
    baseUri: ''
    description: Auth0 API — Passwordless business capability. Self-contained, no shared references.
    resources:
    - name: passwordless-start
      path: /passwordless/start
      operations:
      - name: passwordlessstart
        method: POST
        description: Auth0 Start Passwordless flow
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
  exposes:
  - type: rest
    namespace: auth0-passwordless-rest
    port: 8080
    description: REST adapter for Auth0 API — Passwordless. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/passwordless/start
      name: passwordless-start
      description: REST surface for passwordless-start.
      operations:
      - method: POST
        name: passwordlessstart
        description: Auth0 Start Passwordless flow
        call: auth0-passwordless.passwordlessstart
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: auth0-passwordless-mcp
    port: 9090
    transport: http
    description: MCP adapter for Auth0 API — Passwordless. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: auth0-start-passwordless-flow
      description: Auth0 Start Passwordless flow
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: auth0-passwordless.passwordlessstart
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.