naftiko: 1.0.0-alpha2 info: label: Sentry Releases API — Deploys description: 'Sentry Releases API — Deploys. 2 operations. Lead operation: Sentry List a release''s deploys. Self-contained Naftiko capability covering one Sentry System business surface.' tags: - Sentry System - Deploys created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: SENTRY_SYSTEM_API_KEY: SENTRY_SYSTEM_API_KEY capability: consumes: - type: http namespace: sentry-releases-deploys baseUri: https://sentry.io/api/0 description: Sentry Releases API — Deploys business capability. Self-contained, no shared references. resources: - name: organizations-organization_id_or_slug-releases-version-deploys path: /organizations/{organization_id_or_slug}/releases/{version}/deploys/ operations: - name: listreleasedeploys method: GET description: Sentry List a release's deploys outputRawFormat: json outputParameters: - name: result type: object value: $. - name: createreleasedeploy method: POST description: Sentry Create a deploy 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.SENTRY_SYSTEM_API_KEY}}' exposes: - type: rest namespace: sentry-releases-deploys-rest port: 8080 description: REST adapter for Sentry Releases API — Deploys. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/organizations/{organization-id-or-slug}/releases/{version}/deploys name: organizations-organization-id-or-slug-releases-version-deploys description: REST surface for organizations-organization_id_or_slug-releases-version-deploys. operations: - method: GET name: listreleasedeploys description: Sentry List a release's deploys call: sentry-releases-deploys.listreleasedeploys outputParameters: - type: object mapping: $. - method: POST name: createreleasedeploy description: Sentry Create a deploy call: sentry-releases-deploys.createreleasedeploy with: body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: sentry-releases-deploys-mcp port: 9090 transport: http description: MCP adapter for Sentry Releases API — Deploys. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: sentry-list-release-s-deploys description: Sentry List a release's deploys hints: readOnly: true destructive: false idempotent: true call: sentry-releases-deploys.listreleasedeploys outputParameters: - type: object mapping: $. - name: sentry-create-deploy description: Sentry Create a deploy hints: readOnly: false destructive: false idempotent: false call: sentry-releases-deploys.createreleasedeploy with: body: tools.body outputParameters: - type: object mapping: $.