naftiko: 1.0.0-alpha2 info: label: Assembled Assist API — Conversations description: 'Assembled Assist API — Conversations. AI-assisted conversation history and handoffs.' tags: [Assembled, Assist, Conversations] created: '2026-05-24' modified: '2026-05-24' binds: - namespace: env keys: ASSEMBLED_API_KEY: ASSEMBLED_API_KEY capability: consumes: - type: http namespace: assist-conversations baseUri: https://api.assembledhq.com description: Assembled Assist Conversations capability. resources: - name: v0-assist-conversations path: /v0/assist/conversations operations: - { name: listassistconversations, method: GET, description: Assembled List Assist Conversations, outputRawFormat: json, outputParameters: [{ name: result, type: object, value: $. }] } - name: v0-assist-conversations-id-handoff path: /v0/assist/conversations/{id}/handoff operations: - { name: getassistconversationhandoff, method: GET, description: Assembled Get Assist Conversation Handoff, outputRawFormat: json, outputParameters: [{ name: result, type: object, value: $. }] } authentication: type: basic username: '{{env.ASSEMBLED_API_KEY}}' password: '' exposes: - type: mcp namespace: assist-conversations-mcp port: 9090 transport: http description: MCP adapter for Assembled Assist Conversations. tools: - { name: assembled-list-assist-conversations, description: Assembled List Assist Conversations, hints: { readOnly: true, destructive: false, idempotent: true }, call: assist-conversations.listassistconversations, outputParameters: [{ type: object, mapping: $. }] } - { name: assembled-get-assist-conversation-handoff, description: Assembled Get Assist Conversation Handoff, hints: { readOnly: true, destructive: false, idempotent: true }, call: assist-conversations.getassistconversationhandoff, outputParameters: [{ type: object, mapping: $. }] }