Symphony · Capability

Symphony Authenticator API — Authenticate

Symphony Authenticator API — Authenticate. 1 operations. Lead operation: Symphony Authenticate. Self-contained Naftiko capability covering one Symphony business surface.

Run with Naftiko SymphonyAuthenticate

What You Can Do

POST
Post — Symphony Authenticate
/v1/v1/authenticate

MCP Tools

symphony-authenticate

Symphony Authenticate

Capability Spec

authenticator-authenticate.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Symphony Authenticator API — Authenticate
  description: 'Symphony Authenticator API — Authenticate. 1 operations. Lead operation: Symphony Authenticate. Self-contained
    Naftiko capability covering one Symphony business surface.'
  tags:
  - Symphony
  - Authenticate
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SYMPHONY_API_KEY: SYMPHONY_API_KEY
capability:
  consumes:
  - type: http
    namespace: authenticator-authenticate
    baseUri: ''
    description: Symphony Authenticator API — Authenticate business capability. Self-contained, no shared references.
    resources:
    - name: v1-authenticate
      path: /v1/authenticate
      operations:
      - name: post
        method: POST
        description: Symphony Authenticate
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: authenticator-authenticate-rest
    port: 8080
    description: REST adapter for Symphony Authenticator API — Authenticate. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/v1/authenticate
      name: v1-authenticate
      description: REST surface for v1-authenticate.
      operations:
      - method: POST
        name: post
        description: Symphony Authenticate
        call: authenticator-authenticate.post
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: authenticator-authenticate-mcp
    port: 9090
    transport: http
    description: MCP adapter for Symphony Authenticator API — Authenticate. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: symphony-authenticate
      description: Symphony Authenticate
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: authenticator-authenticate.post
      outputParameters:
      - type: object
        mapping: $.