naftiko: 1.0.0-alpha2 info: label: Gladly REST API — Payloads description: Gladly REST API — Payloads. 1 operations. Self-contained Naftiko capability covering the Payloads business surface of the Gladly Customer Service Platform. tags: - Gladly - Payloads - Customer Service created: '2026-05-24' modified: '2026-05-24' binds: - namespace: env keys: GLADLY_ORGANIZATION: GLADLY_ORGANIZATION GLADLY_AGENT_EMAIL: GLADLY_AGENT_EMAIL GLADLY_API_TOKEN: GLADLY_API_TOKEN capability: consumes: - type: http namespace: gladly-payloads baseUri: https://{{env.GLADLY_ORGANIZATION}}.gladly.com description: Gladly REST API — Payloads business capability. resources: - name: gladly-webhook path: /gladly/webhook operations: - name: Events method: POST description: POST /gladly/webhook outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object required: true description: Request body (JSON). authentication: type: basic username: '{{env.GLADLY_AGENT_EMAIL}}' password: '{{env.GLADLY_API_TOKEN}}' exposes: - type: rest namespace: gladly-payloads-rest port: 8080 description: REST adapter for Gladly Payloads. resources: - path: /v1/gladly/webhook name: gladly-webhook description: REST surface for gladly-webhook. operations: - method: POST name: Events description: '' call: gladly-payloads.Events with: body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: gladly-payloads-mcp port: 9090 transport: http description: MCP adapter for Gladly Payloads. tools: - name: gladly-Events description: '' hints: readOnly: false destructive: false idempotent: false call: gladly-payloads.Events with: body: tools.body outputParameters: - type: object mapping: $.