naftiko: 1.0.0-alpha2 info: label: Vapi Assistants API — Assistants description: "Vapi Assistants API — Assistants. 5 operations. Self-contained Naftiko capability covering the Vapi Assistants business surface." tags: - Vapi - Assistants created: '2026-05-24' modified: '2026-05-24' binds: - namespace: env keys: VAPI_API_KEY: VAPI_API_KEY capability: consumes: - type: http namespace: assistants-assistants baseUri: https://api.vapi.ai description: Vapi Assistants API business capability. Self-contained, no shared references. resources: - name: assistant path: /assistant operations: - name: assistantcontrollercreate method: POST description: "Vapi Create Assistant" outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: assistantcontrollerfindall method: GET description: "Vapi List Assistants" outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: limit in: query type: string description: "This is the maximum number of items to return. Defaults to 100." required: false - name: createdAtGt in: query type: string description: "This will return items where the createdAt is greater than the specified value." required: false - name: createdAtLt in: query type: string description: "This will return items where the createdAt is less than the specified value." required: false - name: createdAtGe in: query type: string description: "This will return items where the createdAt is greater than or equal to the specified value." required: false - name: createdAtLe in: query type: string description: "This will return items where the createdAt is less than or equal to the specified value." required: false - name: updatedAtGt in: query type: string description: "This will return items where the updatedAt is greater than the specified value." required: false - name: updatedAtLt in: query type: string description: "This will return items where the updatedAt is less than the specified value." required: false - name: updatedAtGe in: query type: string description: "This will return items where the updatedAt is greater than or equal to the specified value." required: false - name: updatedAtLe in: query type: string description: "This will return items where the updatedAt is less than or equal to the specified value." required: false - name: assistantcontrollerfindone method: GET description: "Vapi Get Assistant" outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: id in: path type: string description: "The unique identifier for the resource." required: true - name: assistantcontrollerupdate method: PATCH description: "Vapi Update Assistant" outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: id in: path type: string description: "The unique identifier for the resource." required: true - name: body in: body type: object description: Request body (JSON). required: true - name: assistantcontrollerremove method: DELETE description: "Vapi Delete Assistant" outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: id in: path type: string description: "The unique identifier for the resource." required: true authentication: type: bearer key: Authorization value: 'Bearer {{env.VAPI_API_KEY}}' placement: header exposes: - type: rest namespace: assistants-assistants-rest port: 8080 description: REST adapter for Vapi Assistants. One resource per consumed operation, prefixed with /v1. resources: - path: /v1/assistant name: assistant description: REST surface for assistant. operations: - method: POST name: assistantcontrollercreate description: "Vapi Create Assistant" call: assistants-assistants.assistantcontrollercreate with: body: rest.body outputParameters: - type: object mapping: $. - method: GET name: assistantcontrollerfindall description: "Vapi List Assistants" call: assistants-assistants.assistantcontrollerfindall with: limit: rest.limit createdAtGt: rest.createdAtGt createdAtLt: rest.createdAtLt createdAtGe: rest.createdAtGe createdAtLe: rest.createdAtLe updatedAtGt: rest.updatedAtGt updatedAtLt: rest.updatedAtLt updatedAtGe: rest.updatedAtGe updatedAtLe: rest.updatedAtLe outputParameters: - type: object mapping: $. - method: GET name: assistantcontrollerfindone description: "Vapi Get Assistant" call: assistants-assistants.assistantcontrollerfindone with: id: rest.id outputParameters: - type: object mapping: $. - method: PATCH name: assistantcontrollerupdate description: "Vapi Update Assistant" call: assistants-assistants.assistantcontrollerupdate with: body: rest.body id: rest.id outputParameters: - type: object mapping: $. - method: DELETE name: assistantcontrollerremove description: "Vapi Delete Assistant" call: assistants-assistants.assistantcontrollerremove with: id: rest.id outputParameters: - type: object mapping: $. - type: mcp namespace: assistants-assistants-mcp port: 9090 transport: http description: MCP adapter for Vapi Assistants. One tool per consumed operation. tools: - name: vapi-assistantcontrollercreate description: "Vapi Create Assistant" hints: readOnly: false destructive: false idempotent: false call: assistants-assistants.assistantcontrollercreate with: body: tools.body outputParameters: - type: object mapping: $. - name: vapi-assistantcontrollerfindall description: "Vapi List Assistants" hints: readOnly: true destructive: false idempotent: true call: assistants-assistants.assistantcontrollerfindall with: limit: tools.limit createdAtGt: tools.createdAtGt createdAtLt: tools.createdAtLt createdAtGe: tools.createdAtGe createdAtLe: tools.createdAtLe updatedAtGt: tools.updatedAtGt updatedAtLt: tools.updatedAtLt updatedAtGe: tools.updatedAtGe updatedAtLe: tools.updatedAtLe outputParameters: - type: object mapping: $. - name: vapi-assistantcontrollerfindone description: "Vapi Get Assistant" hints: readOnly: true destructive: false idempotent: true call: assistants-assistants.assistantcontrollerfindone with: id: tools.id outputParameters: - type: object mapping: $. - name: vapi-assistantcontrollerupdate description: "Vapi Update Assistant" hints: readOnly: false destructive: false idempotent: false call: assistants-assistants.assistantcontrollerupdate with: body: tools.body id: tools.id outputParameters: - type: object mapping: $. - name: vapi-assistantcontrollerremove description: "Vapi Delete Assistant" hints: readOnly: false destructive: true idempotent: true call: assistants-assistants.assistantcontrollerremove with: id: tools.id outputParameters: - type: object mapping: $.