naftiko: 1.0.0-alpha2 info: label: Sentry Seer API — Seer description: 'Sentry Seer API — Seer. 3 operations. Lead operation: Sentry Start Seer issue fix. Self-contained Naftiko capability covering one Sentry System business surface.' tags: - Sentry System - Seer 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-seer-seer baseUri: https://sentry.io/api/0 description: Sentry Seer API — Seer business capability. Self-contained, no shared references. resources: - name: issues-issue_id-seer-autofix path: /issues/{issue_id}/seer/autofix/ operations: - name: startseerissuefix method: POST description: Sentry Start Seer issue fix outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: false - name: retrieveseerissuefixstate method: GET description: Sentry Retrieve Seer issue fix state outputRawFormat: json outputParameters: - name: result type: object value: $. - name: organizations-organization_id_or_slug-seer-models path: /organizations/{organization_id_or_slug}/seer/models/ operations: - name: listseermodels method: GET description: Sentry List Seer AI models outputRawFormat: json outputParameters: - name: result type: object value: $. authentication: type: bearer token: '{{env.SENTRY_SYSTEM_API_KEY}}' exposes: - type: rest namespace: sentry-seer-seer-rest port: 8080 description: REST adapter for Sentry Seer API — Seer. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/issues/{issue-id}/seer/autofix name: issues-issue-id-seer-autofix description: REST surface for issues-issue_id-seer-autofix. operations: - method: POST name: startseerissuefix description: Sentry Start Seer issue fix call: sentry-seer-seer.startseerissuefix with: body: rest.body outputParameters: - type: object mapping: $. - method: GET name: retrieveseerissuefixstate description: Sentry Retrieve Seer issue fix state call: sentry-seer-seer.retrieveseerissuefixstate outputParameters: - type: object mapping: $. - path: /v1/organizations/{organization-id-or-slug}/seer/models name: organizations-organization-id-or-slug-seer-models description: REST surface for organizations-organization_id_or_slug-seer-models. operations: - method: GET name: listseermodels description: Sentry List Seer AI models call: sentry-seer-seer.listseermodels outputParameters: - type: object mapping: $. - type: mcp namespace: sentry-seer-seer-mcp port: 9090 transport: http description: MCP adapter for Sentry Seer API — Seer. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: sentry-start-seer-issue-fix description: Sentry Start Seer issue fix hints: readOnly: false destructive: false idempotent: false call: sentry-seer-seer.startseerissuefix with: body: tools.body outputParameters: - type: object mapping: $. - name: sentry-retrieve-seer-issue-fix description: Sentry Retrieve Seer issue fix state hints: readOnly: true destructive: false idempotent: true call: sentry-seer-seer.retrieveseerissuefixstate outputParameters: - type: object mapping: $. - name: sentry-list-seer-ai-models description: Sentry List Seer AI models hints: readOnly: true destructive: false idempotent: true call: sentry-seer-seer.listseermodels outputParameters: - type: object mapping: $.