naftiko: 1.0.0-alpha2 info: label: Sentry Integrations API — External Users description: 'Sentry Integrations API — External Users. 3 operations. Lead operation: Sentry Create an external user. Self-contained Naftiko capability covering one Sentry System business surface.' tags: - Sentry System - External 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-integrations-external-users baseUri: https://sentry.io/api/0 description: Sentry Integrations API — External Users business capability. Self-contained, no shared references. resources: - name: organizations-organization_id_or_slug-external-users path: /organizations/{organization_id_or_slug}/external-users/ operations: - name: createexternaluser method: POST description: Sentry Create an external user outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: organizations-organization_id_or_slug-external-users-external_user_id path: /organizations/{organization_id_or_slug}/external-users/{external_user_id}/ operations: - name: updateexternaluser method: PUT description: Sentry Update an external user outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: external_user_id in: path type: string description: The ID of the external user. required: true - name: body in: body type: object description: Request body (JSON). required: true - name: deleteexternaluser method: DELETE description: Sentry Delete an external user outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: external_user_id in: path type: string description: The ID of the external user. required: true authentication: type: bearer token: '{{env.SENTRY_SYSTEM_API_KEY}}' exposes: - type: rest namespace: sentry-integrations-external-users-rest port: 8080 description: REST adapter for Sentry Integrations API — External Users. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/organizations/{organization-id-or-slug}/external-users name: organizations-organization-id-or-slug-external-users description: REST surface for organizations-organization_id_or_slug-external-users. operations: - method: POST name: createexternaluser description: Sentry Create an external user call: sentry-integrations-external-users.createexternaluser with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/organizations/{organization-id-or-slug}/external-users/{external-user-id} name: organizations-organization-id-or-slug-external-users-external-user-id description: REST surface for organizations-organization_id_or_slug-external-users-external_user_id. operations: - method: PUT name: updateexternaluser description: Sentry Update an external user call: sentry-integrations-external-users.updateexternaluser with: external_user_id: rest.external_user_id body: rest.body outputParameters: - type: object mapping: $. - method: DELETE name: deleteexternaluser description: Sentry Delete an external user call: sentry-integrations-external-users.deleteexternaluser with: external_user_id: rest.external_user_id outputParameters: - type: object mapping: $. - type: mcp namespace: sentry-integrations-external-users-mcp port: 9090 transport: http description: MCP adapter for Sentry Integrations API — External Users. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: sentry-create-external-user description: Sentry Create an external user hints: readOnly: false destructive: false idempotent: false call: sentry-integrations-external-users.createexternaluser with: body: tools.body outputParameters: - type: object mapping: $. - name: sentry-update-external-user description: Sentry Update an external user hints: readOnly: false destructive: false idempotent: true call: sentry-integrations-external-users.updateexternaluser with: external_user_id: tools.external_user_id body: tools.body outputParameters: - type: object mapping: $. - name: sentry-delete-external-user description: Sentry Delete an external user hints: readOnly: false destructive: true idempotent: true call: sentry-integrations-external-users.deleteexternaluser with: external_user_id: tools.external_user_id outputParameters: - type: object mapping: $.