Apify · Capability

Apify API — Users

Apify API — Users. 1 operations. Lead operation: Apify Get Current User. Self-contained Naftiko capability covering one Apify business surface.

Run with Naftiko ApifyUsers

What You Can Do

GET
Getme — Apify Get Current User
/v1/users/me

MCP Tools

apify-get-current-user

Apify Get Current User

read-only idempotent

Capability Spec

apify-users.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Apify API — Users
  description: 'Apify API — Users. 1 operations. Lead operation: Apify Get Current User. Self-contained Naftiko capability
    covering one Apify business surface.'
  tags:
  - Apify
  - Users
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    APIFY_API_KEY: APIFY_API_KEY
capability:
  consumes:
  - type: http
    namespace: apify-users
    baseUri: https://api.apify.com/v2
    description: Apify API — Users business capability. Self-contained, no shared references.
    resources:
    - name: users-me
      path: /users/me
      operations:
      - name: getme
        method: GET
        description: Apify Get Current User
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.APIFY_API_KEY}}'
  exposes:
  - type: rest
    namespace: apify-users-rest
    port: 8080
    description: REST adapter for Apify API — Users. One Spectral-compliant resource per consumed operation, prefixed with
      /v1.
    resources:
    - path: /v1/users/me
      name: users-me
      description: REST surface for users-me.
      operations:
      - method: GET
        name: getme
        description: Apify Get Current User
        call: apify-users.getme
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: apify-users-mcp
    port: 9090
    transport: http
    description: MCP adapter for Apify API — Users. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: apify-get-current-user
      description: Apify Get Current User
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: apify-users.getme
      outputParameters:
      - type: object
        mapping: $.