naftiko: 1.0.0-alpha2 info: label: Gladly REST API — User Identity description: Gladly REST API — User Identity. 1 operations. Self-contained Naftiko capability covering the User Identity business surface of the Gladly Customer Service Platform. tags: - Gladly - User Identity - Customer Service created: '2026-05-24' modified: '2026-05-24' binds: - namespace: env keys: GLADLY_ORGANIZATION: GLADLY_ORGANIZATION GLADLY_AGENT_EMAIL: GLADLY_AGENT_EMAIL GLADLY_API_TOKEN: GLADLY_API_TOKEN capability: consumes: - type: http namespace: gladly-user-identity baseUri: https://{{env.GLADLY_ORGANIZATION}}.gladly.com description: Gladly REST API — User Identity business capability. resources: - name: api-v1-user-identity-jwt path: /api/v1/user-identity-jwt operations: - name: createUserIdentityJWT method: POST description: Create a User Identity JWT outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object required: true description: Request body (JSON). authentication: type: basic username: '{{env.GLADLY_AGENT_EMAIL}}' password: '{{env.GLADLY_API_TOKEN}}' exposes: - type: rest namespace: gladly-user-identity-rest port: 8080 description: REST adapter for Gladly User Identity. resources: - path: /v1/api/v1/user-identity-jwt name: api-v1-user-identity-jwt description: REST surface for api-v1-user-identity-jwt. operations: - method: POST name: createUserIdentityJWT description: Create a User Identity JWT call: gladly-user-identity.createUserIdentityJWT with: body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: gladly-user-identity-mcp port: 9090 transport: http description: MCP adapter for Gladly User Identity. tools: - name: gladly-createUserIdentityJWT description: Create a User Identity JWT hints: readOnly: false destructive: false idempotent: false call: gladly-user-identity.createUserIdentityJWT with: body: tools.body outputParameters: - type: object mapping: $.