RescueGroups.org · Capability

RescueGroups.org API — Authentication

RescueGroups.org API — Authentication. 1 operations. Lead operation: Create Authentication Token. Self-contained Naftiko capability covering one Rescuegroups Org business surface.

Run with Naftiko Rescuegroups OrgAuthentication

What You Can Do

POST
Createtoken — Create Authentication Token
/v1/tokens

MCP Tools

create-authentication-token

Create Authentication Token

Capability Spec

rescuegroups-org-authentication.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: RescueGroups.org API — Authentication
  description: 'RescueGroups.org API — Authentication. 1 operations. Lead operation: Create Authentication Token. Self-contained
    Naftiko capability covering one Rescuegroups Org business surface.'
  tags:
  - Rescuegroups Org
  - Authentication
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    RESCUEGROUPS_ORG_API_KEY: RESCUEGROUPS_ORG_API_KEY
capability:
  consumes:
  - type: http
    namespace: rescuegroups-org-authentication
    baseUri: https://api.rescuegroups.org/v5
    description: RescueGroups.org API — Authentication business capability. Self-contained, no shared references.
    resources:
    - name: tokens
      path: /tokens
      operations:
      - name: createtoken
        method: POST
        description: Create Authentication Token
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: bearer
      token: '{{env.RESCUEGROUPS_ORG_API_KEY}}'
  exposes:
  - type: rest
    namespace: rescuegroups-org-authentication-rest
    port: 8080
    description: REST adapter for RescueGroups.org API — Authentication. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/tokens
      name: tokens
      description: REST surface for tokens.
      operations:
      - method: POST
        name: createtoken
        description: Create Authentication Token
        call: rescuegroups-org-authentication.createtoken
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: rescuegroups-org-authentication-mcp
    port: 9090
    transport: http
    description: MCP adapter for RescueGroups.org API — Authentication. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: create-authentication-token
      description: Create Authentication Token
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: rescuegroups-org-authentication.createtoken
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.