Hasura Cloud API

The Hasura Cloud API provides a GraphQL endpoint at https://data.pro.hasura.io/v1/graphql to programmatically create and manage Hasura Cloud projects, tenants, collaborators, and configurations. Authentication uses Personal Access Tokens via the Authorization header.

API entry from apis.yml

apis.yml Raw ↑
aid: hasura:hasura-cloud-api
name: Hasura Cloud API
tags:
- Cloud
- Management
- Projects
humanURL: https://hasura.io/docs/2.0/api-reference/cloud-api-reference/
properties:
- url: https://hasura.io/docs/2.0/api-reference/cloud-api-reference/
  type: Documentation
- url: https://hasura.io/docs/2.0/hasura-cloud/projects/index/
  type: Documentation
description: The Hasura Cloud API provides a GraphQL endpoint at https://data.pro.hasura.io/v1/graphql
  to programmatically create and manage Hasura Cloud projects, tenants, collaborators, and configurations.
  Authentication uses Personal Access Tokens via the Authorization header.