Runloop · Capability

Runloop Restricted Keys (apikeys)

Runloop restricted-keys capability covering one Runloop business surface. 1 operations.

Runloop Restricted Keys (apikeys) is a Naftiko capability published by Runloop, one of 17 capabilities the APIs.io network indexes for this provider. It bundles 1 operation across the POST method rooted at /v1/restricted_keys.

The capability includes 1 state-changing operation. Lead operation: Create a restricted API key. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Runloop, Restricted-Keys, AI Agents, and Sandboxes.

Run with Naftiko RunloopRestricted-KeysAI AgentsSandboxes

What You Can Do

POST
Createrestrictedkey — Create a restricted API key.
/v1/restricted_keys

MCP Tools

runloop-apikeys-restricted-keys-createRestrictedKey

Create a restricted API key.

Capability Spec

apikeys-restricted-keys.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Runloop Restricted Keys (apikeys)
  description: Runloop restricted-keys capability covering one Runloop business surface. 1 operations.
  tags:
  - Runloop
  - Restricted-Keys
  - AI Agents
  - Sandboxes
  created: '2026-05-25'
  modified: '2026-05-25'
binds:
- namespace: env
  keys:
    RUNLOOP_API_KEY: RUNLOOP_API_KEY
capability:
  consumes:
  - type: http
    namespace: apikeys-restricted-keys
    baseUri: https://api.runloop.ai
    description: Runloop restricted-keys business capability. Self-contained, no shared references.
    resources:
    - name: v1-restricted-keys
      path: /v1/restricted_keys
      operations:
      - name: createRestrictedKey
        method: POST
        description: Create a restricted API key.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: bearer
      value: '{{env.RUNLOOP_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: apikeys-restricted-keys-rest
    port: 8080
    description: REST adapter for Runloop restricted-keys. One Spectral-compliant resource per consumed operation.
    resources:
    - path: /v1/restricted_keys
      name: v1-restricted-keys
      description: REST surface for v1-restricted-keys.
      operations:
      - method: POST
        name: createRestrictedKey
        description: Create a restricted API key.
        call: apikeys-restricted-keys.createRestrictedKey
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: apikeys-restricted-keys-mcp
    port: 9090
    transport: http
    description: MCP adapter for Runloop restricted-keys. One tool per consumed operation.
    tools:
    - name: runloop-apikeys-restricted-keys-createRestrictedKey
      description: Create a restricted API key.
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: apikeys-restricted-keys.createRestrictedKey
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.