naftiko: 1.0.0-alpha2 info: label: QuantCDN API — AI Slack Bots description: 'QuantCDN API — AI Slack Bots. 7 operations. Lead operation: List Slack Bots. Self-contained Naftiko capability covering one Quantcdn business surface.' tags: - Quantcdn - AI Slack Bots created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: QUANTCDN_API_KEY: QUANTCDN_API_KEY capability: consumes: - type: http namespace: quantcdn-ai-slack-bots baseUri: https://dashboard.quantcdn.io description: QuantCDN API — AI Slack Bots business capability. Self-contained, no shared references. resources: - name: api-v3-organizations-organisation-ai-slack-bots path: /api/v3/organizations/{organisation}/ai/slack-bots operations: - name: listslackbots method: GET description: List Slack Bots outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: organisation in: path type: string description: The organisation ID required: true - name: createslackbot method: POST description: Create Slack Bot outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: organisation in: path type: string description: The organisation ID required: true - name: body in: body type: object description: Request body (JSON). required: true - name: api-v3-organizations-organisation-ai-slack-bots-botId path: /api/v3/organizations/{organisation}/ai/slack-bots/{botId} operations: - name: deleteslackbot method: DELETE description: Delete Slack Bot outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: organisation in: path type: string description: The organisation ID required: true - name: botId in: path type: string description: The Slack bot ID required: true - name: getslackbot method: GET description: Get Slack Bot outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: organisation in: path type: string description: The organisation ID required: true - name: botId in: path type: string description: The Slack bot ID required: true - name: updateslackbot method: PUT description: Update Slack Bot outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: organisation in: path type: string description: The organisation ID required: true - name: botId in: path type: string description: The Slack bot ID required: true - name: body in: body type: object description: Request body (JSON). required: true - name: api-v3-organizations-organisation-ai-slack-bots-botId-workspace-channels path: /api/v3/organizations/{organisation}/ai/slack-bots/{botId}/workspace/channels operations: - name: searchslackworkspacechannels method: GET description: Search Slack Workspace Channels outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: organisation in: path type: string description: The organisation ID required: true - name: botId in: path type: string description: The Slack bot ID required: true - name: q in: query type: string description: Search query to filter channels by name - name: api-v3-organizations-organisation-ai-slack-bots-botId-workspace-users path: /api/v3/organizations/{organisation}/ai/slack-bots/{botId}/workspace/users operations: - name: searchslackworkspaceusers method: GET description: Search Slack Workspace Users outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: organisation in: path type: string description: The organisation ID required: true - name: botId in: path type: string description: The Slack bot ID required: true - name: q in: query type: string description: Search query to filter users by name authentication: type: bearer token: '{{env.QUANTCDN_API_KEY}}' exposes: - type: rest namespace: quantcdn-ai-slack-bots-rest port: 8080 description: REST adapter for QuantCDN API — AI Slack Bots. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/api/v3/organizations/{organisation}/ai/slack-bots name: api-v3-organizations-organisation-ai-slack-bots description: REST surface for api-v3-organizations-organisation-ai-slack-bots. operations: - method: GET name: listslackbots description: List Slack Bots call: quantcdn-ai-slack-bots.listslackbots with: organisation: rest.organisation outputParameters: - type: object mapping: $. - method: POST name: createslackbot description: Create Slack Bot call: quantcdn-ai-slack-bots.createslackbot with: organisation: rest.organisation body: rest.body outputParameters: - type: object mapping: $. - path: /v1/api/v3/organizations/{organisation}/ai/slack-bots/{botid} name: api-v3-organizations-organisation-ai-slack-bots-botid description: REST surface for api-v3-organizations-organisation-ai-slack-bots-botId. operations: - method: DELETE name: deleteslackbot description: Delete Slack Bot call: quantcdn-ai-slack-bots.deleteslackbot with: organisation: rest.organisation botId: rest.botId outputParameters: - type: object mapping: $. - method: GET name: getslackbot description: Get Slack Bot call: quantcdn-ai-slack-bots.getslackbot with: organisation: rest.organisation botId: rest.botId outputParameters: - type: object mapping: $. - method: PUT name: updateslackbot description: Update Slack Bot call: quantcdn-ai-slack-bots.updateslackbot with: organisation: rest.organisation botId: rest.botId body: rest.body outputParameters: - type: object mapping: $. - path: /v1/api/v3/organizations/{organisation}/ai/slack-bots/{botid}/workspace/channels name: api-v3-organizations-organisation-ai-slack-bots-botid-workspace-channels description: REST surface for api-v3-organizations-organisation-ai-slack-bots-botId-workspace-channels. operations: - method: GET name: searchslackworkspacechannels description: Search Slack Workspace Channels call: quantcdn-ai-slack-bots.searchslackworkspacechannels with: organisation: rest.organisation botId: rest.botId q: rest.q outputParameters: - type: object mapping: $. - path: /v1/api/v3/organizations/{organisation}/ai/slack-bots/{botid}/workspace/users name: api-v3-organizations-organisation-ai-slack-bots-botid-workspace-users description: REST surface for api-v3-organizations-organisation-ai-slack-bots-botId-workspace-users. operations: - method: GET name: searchslackworkspaceusers description: Search Slack Workspace Users call: quantcdn-ai-slack-bots.searchslackworkspaceusers with: organisation: rest.organisation botId: rest.botId q: rest.q outputParameters: - type: object mapping: $. - type: mcp namespace: quantcdn-ai-slack-bots-mcp port: 9090 transport: http description: MCP adapter for QuantCDN API — AI Slack Bots. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: list-slack-bots description: List Slack Bots hints: readOnly: true destructive: false idempotent: true call: quantcdn-ai-slack-bots.listslackbots with: organisation: tools.organisation outputParameters: - type: object mapping: $. - name: create-slack-bot description: Create Slack Bot hints: readOnly: false destructive: false idempotent: false call: quantcdn-ai-slack-bots.createslackbot with: organisation: tools.organisation body: tools.body outputParameters: - type: object mapping: $. - name: delete-slack-bot description: Delete Slack Bot hints: readOnly: false destructive: true idempotent: true call: quantcdn-ai-slack-bots.deleteslackbot with: organisation: tools.organisation botId: tools.botId outputParameters: - type: object mapping: $. - name: get-slack-bot description: Get Slack Bot hints: readOnly: true destructive: false idempotent: true call: quantcdn-ai-slack-bots.getslackbot with: organisation: tools.organisation botId: tools.botId outputParameters: - type: object mapping: $. - name: update-slack-bot description: Update Slack Bot hints: readOnly: false destructive: false idempotent: true call: quantcdn-ai-slack-bots.updateslackbot with: organisation: tools.organisation botId: tools.botId body: tools.body outputParameters: - type: object mapping: $. - name: search-slack-workspace-channels description: Search Slack Workspace Channels hints: readOnly: true destructive: false idempotent: true call: quantcdn-ai-slack-bots.searchslackworkspacechannels with: organisation: tools.organisation botId: tools.botId q: tools.q outputParameters: - type: object mapping: $. - name: search-slack-workspace-users description: Search Slack Workspace Users hints: readOnly: true destructive: false idempotent: true call: quantcdn-ai-slack-bots.searchslackworkspaceusers with: organisation: tools.organisation botId: tools.botId q: tools.q outputParameters: - type: object mapping: $.