Juniper Networks · Capability

Juniper Networks Juniper Advanced Threat Prevention (ATP) Cloud API — Authentication

Juniper Networks Juniper Advanced Threat Prevention (ATP) Cloud API — Authentication. 1 operations. Lead operation: Juniper Networks Authenticate. Self-contained Naftiko capability covering one Juniper business surface.

Run with Naftiko JuniperAuthentication

What You Can Do

POST
Login — Juniper Networks Authenticate
/v1/auth/login

MCP Tools

juniper-networks-authenticate

Juniper Networks Authenticate

Capability Spec

atp-cloud-authentication.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Juniper Networks Juniper Advanced Threat Prevention (ATP) Cloud API — Authentication
  description: 'Juniper Networks Juniper Advanced Threat Prevention (ATP) Cloud API — Authentication. 1 operations. Lead operation:
    Juniper Networks Authenticate. Self-contained Naftiko capability covering one Juniper business surface.'
  tags:
  - Juniper
  - Authentication
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    JUNIPER_API_KEY: JUNIPER_API_KEY
capability:
  consumes:
  - type: http
    namespace: atp-cloud-authentication
    baseUri: https://{atp_server}/api/v1
    description: Juniper Networks Juniper Advanced Threat Prevention (ATP) Cloud API — Authentication business capability.
      Self-contained, no shared references.
    resources:
    - name: auth-login
      path: /auth/login
      operations:
      - name: login
        method: POST
        description: Juniper Networks Authenticate
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: apikey
      key: X-Auth-Token
      value: '{{env.JUNIPER_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: atp-cloud-authentication-rest
    port: 8080
    description: REST adapter for Juniper Networks Juniper Advanced Threat Prevention (ATP) Cloud API — Authentication. One
      Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/auth/login
      name: auth-login
      description: REST surface for auth-login.
      operations:
      - method: POST
        name: login
        description: Juniper Networks Authenticate
        call: atp-cloud-authentication.login
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: atp-cloud-authentication-mcp
    port: 9090
    transport: http
    description: MCP adapter for Juniper Networks Juniper Advanced Threat Prevention (ATP) Cloud API — Authentication. One
      tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: juniper-networks-authenticate
      description: Juniper Networks Authenticate
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: atp-cloud-authentication.login
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.