Sentry · Capability

Sentry Users API — Users

Sentry Users API — Users. 1 operations. Lead operation: Sentry List your organizations. Self-contained Naftiko capability covering one Sentry System business surface.

Run with Naftiko Sentry SystemUsers

What You Can Do

GET
Listuserorganizations — Sentry List your organizations
/v1/organizations

MCP Tools

sentry-list-your-organizations

Sentry List your organizations

read-only idempotent

Capability Spec

sentry-users-users.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Sentry Users API — Users
  description: 'Sentry Users API — Users. 1 operations. Lead operation: Sentry List your organizations. Self-contained Naftiko
    capability covering one Sentry System business surface.'
  tags:
  - Sentry System
  - Users
  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-users-users
    baseUri: https://sentry.io/api/0
    description: Sentry Users API — Users business capability. Self-contained, no shared references.
    resources:
    - name: organizations
      path: /organizations/
      operations:
      - name: listuserorganizations
        method: GET
        description: Sentry List your organizations
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: owner
          in: query
          type: boolean
          description: Restrict results to organizations owned by the authenticated user.
        - name: cursor
          in: query
          type: string
          description: Pagination cursor.
    authentication:
      type: bearer
      token: '{{env.SENTRY_SYSTEM_API_KEY}}'
  exposes:
  - type: rest
    namespace: sentry-users-users-rest
    port: 8080
    description: REST adapter for Sentry Users API — Users. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/organizations
      name: organizations
      description: REST surface for organizations.
      operations:
      - method: GET
        name: listuserorganizations
        description: Sentry List your organizations
        call: sentry-users-users.listuserorganizations
        with:
          owner: rest.owner
          cursor: rest.cursor
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: sentry-users-users-mcp
    port: 9090
    transport: http
    description: MCP adapter for Sentry Users API — Users. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: sentry-list-your-organizations
      description: Sentry List your organizations
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: sentry-users-users.listuserorganizations
      with:
        owner: tools.owner
        cursor: tools.cursor
      outputParameters:
      - type: object
        mapping: $.