Runway · Capability

Runway Video Generation API — Character Performance

Runway Video Generation API — Character Performance. 1 operations. Lead operation: Create character performance (Act Two) task. Self-contained Naftiko capability covering one Runway business surface.

Run with Naftiko RunwayCharacter Performance

What You Can Do

POST
Createcharacterperformance — Create character performance (Act Two) task
/v1/character-performance

MCP Tools

create-character-performance-act-two

Create character performance (Act Two) task

Capability Spec

video-generation-character-performance.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Runway Video Generation API — Character Performance
  description: 'Runway Video Generation API — Character Performance. 1 operations. Lead operation: Create character performance
    (Act Two) task. Self-contained Naftiko capability covering one Runway business surface.'
  tags:
  - Runway
  - Character Performance
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    RUNWAY_API_KEY: RUNWAY_API_KEY
capability:
  consumes:
  - type: http
    namespace: video-generation-character-performance
    baseUri: https://api.dev.runwayml.com/v1
    description: Runway Video Generation API — Character Performance business capability. Self-contained, no shared references.
    resources:
    - name: character_performance
      path: /character_performance
      operations:
      - name: createcharacterperformance
        method: POST
        description: Create character performance (Act Two) task
        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.RUNWAY_API_KEY}}'
  exposes:
  - type: rest
    namespace: video-generation-character-performance-rest
    port: 8080
    description: REST adapter for Runway Video Generation API — Character Performance. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/character-performance
      name: character-performance
      description: REST surface for character_performance.
      operations:
      - method: POST
        name: createcharacterperformance
        description: Create character performance (Act Two) task
        call: video-generation-character-performance.createcharacterperformance
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: video-generation-character-performance-mcp
    port: 9090
    transport: http
    description: MCP adapter for Runway Video Generation API — Character Performance. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: create-character-performance-act-two
      description: Create character performance (Act Two) task
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: video-generation-character-performance.createcharacterperformance
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.