Envestnet · Capability

Envestnet Credit Accelerator API Services — Auth

Envestnet Credit Accelerator API Services — Auth. 2 operations. Lead operation: Envestnet Generate Access Token. Self-contained Naftiko capability covering one Envestnet business surface.

Run with Naftiko EnvestnetAuth

What You Can Do

POST
Generateaccesstoken — Envestnet Generate Access Token
/v1/auth/token
DELETE
Deletetoken — Envestnet Delete Token
/v1/auth/token

MCP Tools

envestnet-generate-access-token

Envestnet Generate Access Token

envestnet-delete-token

Envestnet Delete Token

idempotent

Capability Spec

credit-accelerator-auth.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Envestnet Credit Accelerator API Services — Auth
  description: 'Envestnet Credit Accelerator API Services — Auth. 2 operations. Lead operation: Envestnet Generate Access
    Token. Self-contained Naftiko capability covering one Envestnet business surface.'
  tags:
  - Envestnet
  - Auth
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ENVESTNET_API_KEY: ENVESTNET_API_KEY
capability:
  consumes:
  - type: http
    namespace: credit-accelerator-auth
    baseUri: ''
    description: Envestnet Credit Accelerator API Services — Auth business capability. Self-contained, no shared references.
    resources:
    - name: auth-token
      path: /auth/token
      operations:
      - name: generateaccesstoken
        method: POST
        description: Envestnet Generate Access Token
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
      - name: deletetoken
        method: DELETE
        description: Envestnet Delete Token
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: credit-accelerator-auth-rest
    port: 8080
    description: REST adapter for Envestnet Credit Accelerator API Services — Auth. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/auth/token
      name: auth-token
      description: REST surface for auth-token.
      operations:
      - method: POST
        name: generateaccesstoken
        description: Envestnet Generate Access Token
        call: credit-accelerator-auth.generateaccesstoken
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deletetoken
        description: Envestnet Delete Token
        call: credit-accelerator-auth.deletetoken
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: credit-accelerator-auth-mcp
    port: 9090
    transport: http
    description: MCP adapter for Envestnet Credit Accelerator API Services — Auth. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: envestnet-generate-access-token
      description: Envestnet Generate Access Token
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: credit-accelerator-auth.generateaccesstoken
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: envestnet-delete-token
      description: Envestnet Delete Token
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: credit-accelerator-auth.deletetoken
      outputParameters:
      - type: object
        mapping: $.