Chainstack · Capability

Chainstack Platform API — Organization

Chainstack Platform API — Organization business capability. Retrieve and update the organization record.

Run with Naftiko ChainstackPlatformOrganization

Capability Spec

platform-organization.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Chainstack Platform API — Organization
  description: Chainstack Platform API — Organization business capability. Retrieve and update the organization
    record.
  tags:
    - Chainstack
    - Platform
    - Organization
  created: '2026-05-25'
  modified: '2026-05-25'
binds:
  - namespace: env
    keys:
      CHAINSTACK_API_KEY: CHAINSTACK_API_KEY
capability:
  consumes:
    - type: http
      namespace: platform-organization
      baseUri: https://api.chainstack.com
      description: Chainstack Platform API — Organization.
      resources:
        - name: v1-organization
          path: /v1/organization/
          operations:
            - name: getOrganizationInfo
              method: GET
              description: Get organization name and ID.
              outputRawFormat: json
              outputParameters:
                - name: result
                  type: object
                  value: $.
            - name: updateOrganizationInfo
              method: PATCH
              description: Update organization name.
              outputRawFormat: json
              inputParameters:
                - name: body
                  in: body
                  type: object
                  required: true
              outputParameters:
                - name: result
                  type: object
                  value: $.
      authentication:
        type: apikey
        key: Authorization
        value: 'Bearer {{env.CHAINSTACK_API_KEY}}'
        placement: header