High Mobility · Capability

High Mobility Vehicle API — Authentication

High Mobility Vehicle API — Authentication. 1 operations. Lead operation: Create OAuth 2.0 access token. Self-contained Naftiko capability covering one High Mobility business surface.

Run with Naftiko High MobilityAuthentication

What You Can Do

POST
Createaccesstoken — Create OAuth 2.0 access token
/v1/v1/access-token

MCP Tools

create-oauth-2-0-access-token

Create OAuth 2.0 access token

Capability Spec

high-mobility-authentication.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: High Mobility Vehicle API — Authentication
  description: 'High Mobility Vehicle API — Authentication. 1 operations. Lead operation: Create OAuth 2.0 access token. Self-contained
    Naftiko capability covering one High Mobility business surface.'
  tags:
  - High Mobility
  - Authentication
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    HIGH_MOBILITY_API_KEY: HIGH_MOBILITY_API_KEY
capability:
  consumes:
  - type: http
    namespace: high-mobility-authentication
    baseUri: https://api.high-mobility.com
    description: High Mobility Vehicle API — Authentication business capability. Self-contained, no shared references.
    resources:
    - name: v1-access_token
      path: /v1/access_token
      operations:
      - name: createaccesstoken
        method: POST
        description: Create OAuth 2.0 access token
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.HIGH_MOBILITY_API_KEY}}'
  exposes:
  - type: rest
    namespace: high-mobility-authentication-rest
    port: 8080
    description: REST adapter for High Mobility Vehicle API — Authentication. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/v1/access-token
      name: v1-access-token
      description: REST surface for v1-access_token.
      operations:
      - method: POST
        name: createaccesstoken
        description: Create OAuth 2.0 access token
        call: high-mobility-authentication.createaccesstoken
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: high-mobility-authentication-mcp
    port: 9090
    transport: http
    description: MCP adapter for High Mobility Vehicle API — Authentication. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: create-oauth-2-0-access-token
      description: Create OAuth 2.0 access token
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: high-mobility-authentication.createaccesstoken
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.