Sigma Computing Tenants API

The Tenants API from Sigma Computing — 6 operation(s) for tenants.

Operations 9

POST /v2/tenants Create a tenant organization #
GET /v2/tenants List tenant organizations #
PATCH /v2/tenants/{tenantOrganizationId} Update details of a tenant organization #
DELETE /v2/tenants/{tenantOrganizationId} Delete a tenant organization #
GET /v2/tenants/{tenantOrganizationId} Get details for a tenant organization #
GET /v2/tenants/{tenantOrganizationId}/capabilities/deployments List tenant deployment capabilities #
POST /v2/tenants/{tenantOrganizationId}/capabilities/deployments:batchAdd Add deployment capabilities to a tenant #
POST /v2/tenants/{tenantOrganizationId}/capabilities/deployments:batchRemove Remove deployment capabilities from a tenant #
GET /v2/tenants/{tenantOrganizationId}/workbooks Get deployed workbook in tenant organization #

Documentation

Specifications

Other Resources

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/sigma-computing-tenants-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

sigma-computing-tenants-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Sigma Computing Tenants API
  version: '1.0'
  description: 'Operations tagged tenants across 2 of this provider''s published API definitions: sigma-computing-public-rest-api-openapi.json, sigma-computing-rest-api-openapi.yaml. Each path carries the servers of the definition it was published in.'
servers:
- url: https://api.sigmacomputing.com
  description: Server for GCP (US) hosted organizations
- url: https://api.sa.gcp.sigmacomputing.com
  description: Server for GCP (KSA) hosted organizations
- url: https://aws-api.sigmacomputing.com
  description: Server for AWS US (West) hosted organizations
- url: https://api.us-a.aws.sigmacomputing.com
  description: Server for AWS US (East) hosted organizations
- url: https://api.ca.aws.sigmacomputing.com
  description: Server for AWS Canada hosted organizations
- url: https://api.eu.aws.sigmacomputing.com
  description: Server for AWS Europe hosted organizations
- url: https://api.au.aws.sigmacomputing.com
  description: Server for AWS Australia and APAC hosted organizations
- url: https://api.uk.aws.sigmacomputing.com
  description: Server for AWS UK hosted organizations
- url: https://api.us.azure.sigmacomputing.com
  description: Server for Azure US hosted organizations
- url: https://api.eu.azure.sigmacomputing.com
  description: Server for Azure Europe hosted organizations
- url: https://api.ca.azure.sigmacomputing.com
  description: Server for Azure Canada hosted organizations
- url: https://api.uk.azure.sigmacomputing.com
  description: Server for Azure United Kingdom hosted organizations
- url: https://api.au.azure.sigmacomputing.com
  description: Server for Azure Australia hosted organizations
tags:
- name: tenants
paths:
  /v2/tenants:
    post:
      summary: Create a tenant organization
      description: 'Create a new tenant organization with the specified name and organization slug to be used in the URL.


        ### Usage notes

        - To perform this operation, you must use API credentials owned by a user assigned the Admin account type.

        - The **tenantOrganizationName** is displayed as the organization name in the Sigma interface.

        - The **tenantOrganizationSlug** must be unique and is used in URLs to identify the tenant organization.'
      parameters: []
      operationId: createTenant
      requestBody:
        description: The request body.
        content:
          application/json:
            schema:
              allOf:
              - type: object
                required:
                - tenantOrganizationName
                - tenantOrganizationSlug
                properties:
                  tenantOrganizationName:
                    type: string
                    description: Name of the tenant organization to create
                  tenantOrganizationSlug:
                    type: string
                    description: URL identifier for the tenant organization
              - type: object
                properties:
                  cloudProvider:
                    type: string
                    enum:
                    - aws
                    - aws-au
                    - aws-ca
                    - aws-eu
                    - aws-uk
                    - aws-us-a
                    - azure-ca
                    - azure-eu
                    - azure-uk
                    - azure-us
                    - gcp
                    - gcp-us
                    description: Cloud provider to create the tenant organization in. Defaults to the same cloud provider as the parent organization
      responses:
        '200':
          description: The response body.
          content:
            application/json:
              schema:
                allOf:
                - type: object
                  required:
                  - tenantOrganizationId
                  - parentOrganizationId
                  - createdBy
                  - updatedBy
                  - createdAt
                  - updatedAt
                  - tenantOrganizationName
                  - tenantOrganizationSlug
                  properties:
                    tenantOrganizationId:
                      type: string
                      description: Unique identifier of the tenant organization
                    parentOrganizationId:
                      type: string
                      description: Unique identifier of the tenant's parent organization
                    createdBy:
                      type: string
                      description: Unique identifier of the user who created the tenant organization
                      title: Unique identifier of the user who created the tenant organization
                    updatedBy:
                      type: string
                      description: Unique identifier of the user who last updated the tenant organization
                      title: Unique identifier of the user who last updated the tenant organization
                    createdAt:
                      type: string
                      format: date-time
                      description: 'Timestamp when the tenant organization was created. Format: ISO 8601 timestamp'
                    updatedAt:
                      type: string
                      format: date-time
                      description: 'Timestamp when the tenant organization was last updated. Format: ISO 8601 timestamp'
                    tenantOrganizationName:
                      type: string
                      description: Name of the tenant organization to create
                    tenantOrganizationSlug:
                      type: string
                      description: URL identifier for the tenant organization
                - type: object
                  properties:
                    sharedAt:
                      type: string
                      format: date-time
                      description: 'Timestamp when the tenant organization was shared, if applicable. Format: ISO 8601 timestamp'
                    tenantCloudProvider:
                      type: string
                      description: Cloud provider the tenant organization is hosted on
                    tenantRegion:
                      type: string
                      description: Region the tenant organization is hosted in
                    tenantApiUrl:
                      type: string
                      description: Base URL for accessing the tenant organization API
        default:
          $ref: '#/components/responses/ApiError'
      externalDocs:
        url: ''
        description: 'Sigma API documentation:'
      tags:
      - tenants
      security:
      - oauth2: []
    get:
      summary: List tenant organizations
      description: 'Retrieve a paginated list of tenant organizations with optional filtering and sorting.


        ### Usage notes

        - To perform this operation, you must use API credentials owned by a user assigned the Admin account type.

        - Use **pageToken** and **pageSize** parameters to manage paginated responses.

        - Use **search** to filter results by organization slug or ID of the user who created the tenant.

        - Use **key** and **order** to sort results by creation date, ID of the user who created the tenant, name, or URL.'
      parameters:
      - name: pageToken
        schema:
          type: string
          description: Use to specify the next set of results with the string returned in the `nextPageToken` field of the previous response.
          title: Page token
        in: query
      - name: pageSize
        schema:
          type: integer
          description: Number of results to return per page, with a maximum of 1000. Defaults to 50.
          title: Page size
        in: query
      - name: key
        schema:
          type: string
          enum:
          - createdAt
          - createdBy
          - name
          - url
          description: Field to sort the results by
        in: query
      - name: order
        schema:
          type: string
          enum:
          - asc
          - desc
          description: Sort order for the results
        in: query
      - name: search
        schema:
          type: string
          description: Search term to filter tenant organizations by slug or creator
        in: query
      operationId: listTenants
      responses:
        '200':
          description: The response body.
          content:
            application/json:
              schema:
                allOf:
                - type: object
                  required:
                  - entries
                  properties:
                    entries:
                      type: array
                      items:
                        oneOf:
                        - allOf:
                          - type: object
                            required:
                            - tenantOrganizationId
                            - parentOrganizationId
                            - createdBy
                            - updatedBy
                            - createdAt
                            - updatedAt
                            - tenantOrganizationName
                            - tenantOrganizationSlug
                            properties:
                              tenantOrganizationId:
                                type: string
                                description: Unique identifier of the tenant organization
                              parentOrganizationId:
                                type: string
                                description: Unique identifier of the tenant's parent organization
                              createdBy:
                                type: string
                                description: Unique identifier of the user who created the tenant organization
                                title: Unique identifier of the user who created the tenant organization
                              updatedBy:
                                type: string
                                description: Unique identifier of the user who last updated the tenant organization
                                title: Unique identifier of the user who last updated the tenant organization
                              createdAt:
                                type: string
                                format: date-time
                                description: 'Timestamp when the tenant organization was created. Format: ISO 8601 timestamp'
                              updatedAt:
                                type: string
                                format: date-time
                                description: 'Timestamp when the tenant organization was last updated. Format: ISO 8601 timestamp'
                              tenantOrganizationName:
                                type: string
                                description: Name of the tenant organization to create
                              tenantOrganizationSlug:
                                type: string
                                description: URL identifier for the tenant organization
                          - type: object
                            properties:
                              sharedAt:
                                type: string
                                format: date-time
                                description: 'Timestamp when the tenant organization was shared, if applicable. Format: ISO 8601 timestamp'
                              tenantCloudProvider:
                                type: string
                                description: Cloud provider the tenant organization is hosted on
                              tenantRegion:
                                type: string
                                description: Region the tenant organization is hosted in
                              tenantApiUrl:
                                type: string
                                description: Base URL for accessing the tenant organization API
                        - type: 'null'
                      description: Array of results returned by the endpoint
                      title: Result entries
                - type: object
                  properties:
                    nextPageToken:
                      type: string
                      description: 'A string that can be passed to the `pageToken` parameter in the next request to fetch the next page of results. Not present in the last page of results.

                        **Must be treated as an opaque string.**'
                      title: Next page token
        default:
          $ref: '#/components/responses/ApiError'
      externalDocs:
        url: ''
        description: 'Sigma API documentation:'
      tags:
      - tenants
      security:
      - oauth2: []
    servers:
    - url: https://api.sigmacomputing.com
      description: Server for GCP (US) hosted organizations
    - url: https://api.sa.gcp.sigmacomputing.com
      description: Server for GCP (KSA) hosted organizations
    - url: https://aws-api.sigmacomputing.com
      description: Server for AWS US (West) hosted organizations
    - url: https://api.us-a.aws.sigmacomputing.com
      description: Server for AWS US (East) hosted organizations
    - url: https://api.ca.aws.sigmacomputing.com
      description: Server for AWS Canada hosted organizations
    - url: https://api.eu.aws.sigmacomputing.com
      description: Server for AWS Europe hosted organizations
    - url: https://api.au.aws.sigmacomputing.com
      description: Server for AWS Australia and APAC hosted organizations
    - url: https://api.uk.aws.sigmacomputing.com
      description: Server for AWS UK hosted organizations
    - url: https://api.us.azure.sigmacomputing.com
      description: Server for Azure US hosted organizations
    - url: https://api.eu.azure.sigmacomputing.com
      description: Server for Azure Europe hosted organizations
    - url: https://api.ca.azure.sigmacomputing.com
      description: Server for Azure Canada hosted organizations
    - url: https://api.uk.azure.sigmacomputing.com
      description: Server for Azure United Kingdom hosted organizations
    - url: https://api.au.azure.sigmacomputing.com
      description: Server for Azure Australia hosted organizations
  /v2/tenants/{tenantOrganizationId}:
    patch:
      summary: Update details of a tenant organization
      description: "Update the details of an existing tenant organization. The organization name and slug can be updated through this endpoint.\n    \n### Usage notes\n- To perform this operation, you must use API credentials owned by a user assigned the Admin account type.\n- Retrieve the **tenantOrganizationId** by calling the [/v2/tenants](https://help.sigmacomputing.com/reference/list-tenants) endpoint."
      parameters:
      - name: tenantOrganizationId
        schema:
          type: string
        in: path
        required: true
      operationId: patchTenant
      requestBody:
        description: The request body.
        content:
          application/json:
            schema:
              type: object
              properties:
                tenantOrganizationName:
                  type: string
                  description: New name for the tenant organization
                tenantOrganizationSlug:
                  type: string
                  description: New URL identifier for the tenant organization
              description: Request parameters for updating a tenant organization
      responses:
        '200':
          description: The response body.
          content:
            application/json:
              schema:
                allOf:
                - type: object
                  required:
                  - tenantOrganizationId
                  - parentOrganizationId
                  - createdBy
                  - updatedBy
                  - createdAt
                  - updatedAt
                  - tenantOrganizationName
                  - tenantOrganizationSlug
                  properties:
                    tenantOrganizationId:
                      type: string
                      description: Unique identifier of the tenant organization
                    parentOrganizationId:
                      type: string
                      description: Unique identifier of the tenant's parent organization
                    createdBy:
                      type: string
                      description: Unique identifier of the user who created the tenant organization
                      title: Unique identifier of the user who created the tenant organization
                    updatedBy:
                      type: string
                      description: Unique identifier of the user who last updated the tenant organization
                      title: Unique identifier of the user who last updated the tenant organization
                    createdAt:
                      type: string
                      format: date-time
                      description: 'Timestamp when the tenant organization was created. Format: ISO 8601 timestamp'
                    updatedAt:
                      type: string
                      format: date-time
                      description: 'Timestamp when the tenant organization was last updated. Format: ISO 8601 timestamp'
                    tenantOrganizationName:
                      type: string
                      description: Name of the tenant organization to create
                    tenantOrganizationSlug:
                      type: string
                      description: URL identifier for the tenant organization
                - type: object
                  properties:
                    sharedAt:
                      type: string
                      format: date-time
                      description: 'Timestamp when the tenant organization was shared, if applicable. Format: ISO 8601 timestamp'
                    tenantCloudProvider:
                      type: string
                      description: Cloud provider the tenant organization is hosted on
                    tenantRegion:
                      type: string
                      description: Region the tenant organization is hosted in
                    tenantApiUrl:
                      type: string
                      description: Base URL for accessing the tenant organization API
        default:
          $ref: '#/components/responses/ApiError'
      externalDocs:
        url: ''
        description: 'Sigma API documentation:'
      tags:
      - tenants
      security:
      - oauth2: []
    delete:
      summary: Delete a tenant organization
      description: 'Delete a tenant organization by tenantOrganizationId.


        ### Usage notes

        - To perform this operation, you must use API credentials owned by a user assigned the Admin account type.

        - Retrieve the **tenantOrganizationId** by calling the [/v2/tenants](https://help.sigmacomputing.com/reference/list-tenants) endpoint.

        - This action permanently removes the tenant organization and cannot be undone.'
      parameters:
      - name: tenantOrganizationId
        schema:
          type: string
        in: path
        required: true
      operationId: deleteTenant
      responses:
        '200':
          description: The response body.
          content:
            application/json:
              schema:
                type: object
                properties: {}
        default:
          $ref: '#/components/responses/ApiError'
      externalDocs:
        url: ''
        description: 'Sigma API documentation:'
      tags:
      - tenants
      security:
      - oauth2: []
    get:
      summary: Get details for a tenant organization
      description: 'Retrieve details of a specific tenant organization by tenantOrganizationId.


        ### Usage notes

        - To perform this operation, you must use API credentials owned by a user assigned the Admin account type.

        - Retrieve the **tenantOrganizationId** by calling the [/v2/tenants](https://help.sigmacomputing.com/reference/list-tenants) endpoint.'
      parameters:
      - name: tenantOrganizationId
        schema:
          type: string
        in: path
        required: true
      operationId: getTenant
      responses:
        '200':
          description: The response body.
          content:
            application/json:
              schema:
                allOf:
                - type: object
                  required:
                  - tenantOrganizationId
                  - parentOrganizationId
                  - createdBy
                  - updatedBy
                  - createdAt
                  - updatedAt
                  - tenantOrganizationName
                  - tenantOrganizationSlug
                  properties:
                    tenantOrganizationId:
                      type: string
                      description: Unique identifier of the tenant organization
                    parentOrganizationId:
                      type: string
                      description: Unique identifier of the tenant's parent organization
                    createdBy:
                      type: string
                      description: Unique identifier of the user who created the tenant organization
                      title: Unique identifier of the user who created the tenant organization
                    updatedBy:
                      type: string
                      description: Unique identifier of the user who last updated the tenant organization
                      title: Unique identifier of the user who last updated the tenant organization
                    createdAt:
                      type: string
                      format: date-time
                      description: 'Timestamp when the tenant organization was created. Format: ISO 8601 timestamp'
                    updatedAt:
                      type: string
                      format: date-time
                      description: 'Timestamp when the tenant organization was last updated. Format: ISO 8601 timestamp'
                    tenantOrganizationName:
                      type: string
                      description: Name of the tenant organization to create
                    tenantOrganizationSlug:
                      type: string
                      description: URL identifier for the tenant organization
                - type: object
                  properties:
                    sharedAt:
                      type: string
                      format: date-time
                      description: 'Timestamp when the tenant organization was shared, if applicable. Format: ISO 8601 timestamp'
                    tenantCloudProvider:
                      type: string
                      description: Cloud provider the tenant organization is hosted on
                    tenantRegion:
                      type: string
                      description: Region the tenant organization is hosted in
                    tenantApiUrl:
                      type: string
                      description: Base URL for accessing the tenant organization API
        default:
          $ref: '#/components/responses/ApiError'
      externalDocs:
        url: ''
        description: 'Sigma API documentation:'
      tags:
      - tenants
      security:
      - oauth2: []
    servers:
    - url: https://api.sigmacomputing.com
      description: Server for GCP (US) hosted organizations
    - url: https://api.sa.gcp.sigmacomputing.com
      description: Server for GCP (KSA) hosted organizations
    - url: https://aws-api.sigmacomputing.com
      description: Server for AWS US (West) hosted organizations
    - url: https://api.us-a.aws.sigmacomputing.com
      description: Server for AWS US (East) hosted organizations
    - url: https://api.ca.aws.sigmacomputing.com
      description: Server for AWS Canada hosted organizations
    - url: https://api.eu.aws.sigmacomputing.com
      description: Server for AWS Europe hosted organizations
    - url: https://api.au.aws.sigmacomputing.com
      description: Server for AWS Australia and APAC hosted organizations
    - url: https://api.uk.aws.sigmacomputing.com
      description: Server for AWS UK hosted organizations
    - url: https://api.us.azure.sigmacomputing.com
      description: Server for Azure US hosted organizations
    - url: https://api.eu.azure.sigmacomputing.com
      description: Server for Azure Europe hosted organizations
    - url: https://api.ca.azure.sigmacomputing.com
      description: Server for Azure Canada hosted organizations
    - url: https://api.uk.azure.sigmacomputing.com
      description: Server for Azure United Kingdom hosted organizations
    - url: https://api.au.azure.sigmacomputing.com
      description: Server for Azure Australia hosted organizations
  /v2/tenants/{tenantOrganizationId}/capabilities/deployments:
    get:
      summary: List tenant deployment capabilities
      description: 'Retrieve a paginated list of tenant organizations that the specified tenant organization can deploy to.


        ### Usage notes

        - To perform this operation, you must use API credentials owned by a user assigned the Admin account type.

        - Retrieve the **tenantOrganizationId** by calling the [/v2/tenants](https://help.sigmacomputing.com/reference/list-tenants) endpoint.

        - Use **pageToken** and **pageSize** to paginate results.'
      parameters:
      - name: tenantOrganizationId
        schema:
          type: string
          description: Unique identifier of the tenant organization whose deployment capabilities are being managed.
          title: Tenant Organization ID
        in: path
        required: true
      - name: pageToken
        schema:
          type: string
          description: Use to specify the next set of results with the string returned in the `nextPageToken` field of the previous response.
          title: Page token
        in: query
      - name: pageSize
        schema:
          type: integer
          description: Number of results to return per page, with a maximum of 1000. Defaults to 50.
          title: Page size
        in: query
      operationId: listTenantDeploymentCapabilities
      responses:
        '200':
          description: The response body.
          content:
            application/json:
              schema:
                allOf:
                - type: object
                  required:
                  - entries
                  properties:
                    entries:
                      type: array
                      items:
                        type: object
                        required:
                        - tenantOrganizationId
                        properties:
                          tenantOrganizationId:
                            type: string
                            description: Unique identifier of a tenant organization that can be deployed to.
                      description: Array of results returned by the endpoint
                      title: Result entries
                - type: object
                  properties:
                    nextPageToken:
                      type: string
                      description: 'A string that can be passed to the `pageToken` parameter in the next request to fetch the next page of results. Not present in the last page of results.

                        **Must be treated as an opaque string.**'
                      title: Next page token
        default:
          $ref: '#/components/responses/ApiError'
      externalDocs:
        url: ''
        description: 'Sigma API documentation:'
      tags:
      - tenants
      security:
      - oauth2: []
    servers:
    - url: https://api.sigmacomputing.com
      description: Server for GCP (US) hosted organizations
    - url: https://api.sa.gcp.sigmacomputing.com
      description: Server for GCP (KSA) hosted organizations
    - url: https://aws-api.sigmacomputing.com
      description: Server for AWS US (West) hosted organizations
    - url: https://api.us-a.aws.sigmacomputing.com
      description: Server for AWS US (East) hosted organizations
    - url: https://api.ca.aws.sigmacomputing.com
      description: Server for AWS Canada hosted organizations
    - url: https://api.eu.aws.sigmacomputing.com
      description: Server for AWS Europe hosted organizations
    - url: https://api.au.aws.sigmacomputing.com
      description: Server for AWS Australia and APAC hosted organizations
    - url: https://api.uk.aws.sigmacomputing.com
      description: Server for AWS UK hosted organizations
    - url: https://api.us.azure.sigmacomputing.com
      description: Server for Azure US hosted organizations
    - url: https://api.eu.azure.sigmacomputing.com
      description: Server for Azure Europe hosted organizations
    - url: https://api.ca.azure.sigmacomputing.com
      description: Server for Azure Canada hosted organizations
    - url: https://api.uk.azure.sigmacomputing.com
      description: Server for Azure United Kingdom hosted organizations
    - url: https://api.au.azure.sigmacomputing.com
      description: Server for Azure Australia hosted organizations
  /v2/tenants/{tenantOrganizationId}/capabilities/deployments:batchAdd:
    post:
      summary: Add deployment capabilities to a tenant
      description: 'Grant a tenant organization the capability to deploy to other tenant organizations.


        ### Usage notes

        - To perform this operation, you must use API credentials owned by a user assigned the Admin account type.

        - Retrieve **tenantOrganizationId** values by calling the [/v2/tenants](https://help.sigmacomputing.com/reference/list-tenants) endpoint.'
      parameters:
      - name: tenantOrganizationId
        schema:
          type: string
          description: Unique identifier of the tenant organization whose deployment capabilities are being managed.
          title: Tenant Organization ID
        in: path
        required: true
      operationId: addTenantDeploymentCapabilities
      requestBody:
        description: The request body.
        content:
          application/json:
            schema:
              type: object
              required:
              - deployToTenantOrganizationIds
              properties:
                deployToTenantOrganizationIds:
                  type: array
                  items:
                    type: string
                  description: The tenant organizations that this tenant can deploy to.
              description: Request parameters for adding tenant deployment capabilities
      responses:
        '200':
          description: The response body.
          content:
            application/json:
              schema:
                type: object
                required:
                - capabilities
                properties:
                  capabilities:
                    type: array
                    items:
                      type: object
                      required:
                      - tenantOrganizationId
                      properties:
                        tenantOrganizationId:
                          type: string
                          description: Unique identifier of a tenant organization that can be deployed to.
        default:
          $ref: '#/components/responses/ApiError'
      externalDocs:
        url: ''
        description: 'Sigma API documentation:'
      tags:
      - tenants
      security:
      - oauth2: []
    servers:
    - url: https://api.sigmacomputing.com
      description: Server for GCP (US) hosted organizations
    - url: https://api.sa.gcp.sigmacomputing.com
      description: Server for GCP (KSA) hosted organizations
    - url: https://aws-api.sigmacomputing.com
      description: Server for AWS US (West) hosted organizations
    - url: https://api.us-a.aws.sigmacomputing.com
      description: Server for AWS US (East) hosted organizations
    - url: https://api.ca.aws.sigmacomputing.com
      description: Server for AWS Canada hosted organizations
    - url: https://api.eu.aws.sigmacomputing.com
      description: Server for AWS Europe hosted organizations
    - url: https://api.au.aws.sigmacomputing.com
      description: Server for AWS Australia and APAC hosted organizations
    - url: https://api.uk.aws.sigmacomputing.com
      description: Server for AWS UK hosted organizations
    - u

# --- truncated at 32 KB (52 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/sigma-computing/refs/heads/main/openapi/sigma-computing-tenants-api-openapi.yml