Sentry · Capability

Sentry Seer API — Seer

Sentry Seer API — Seer. 3 operations. Lead operation: Sentry Start Seer issue fix. Self-contained Naftiko capability covering one Sentry System business surface.

Run with Naftiko Sentry SystemSeer

What You Can Do

POST
Startseerissuefix — Sentry Start Seer issue fix
/v1/issues/{issue-id}/seer/autofix
GET
Retrieveseerissuefixstate — Sentry Retrieve Seer issue fix state
/v1/issues/{issue-id}/seer/autofix
GET
Listseermodels — Sentry List Seer AI models
/v1/organizations/{organization-id-or-slug}/seer/models

MCP Tools

sentry-start-seer-issue-fix

Sentry Start Seer issue fix

sentry-retrieve-seer-issue-fix

Sentry Retrieve Seer issue fix state

read-only idempotent
sentry-list-seer-ai-models

Sentry List Seer AI models

read-only idempotent

Capability Spec

sentry-seer-seer.yaml Raw ↑
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: $.