Temporal Cloud Operations API

The Temporal Cloud control-plane API (CloudService) for programmatically managing Temporal Cloud resources - namespaces, users, service accounts, API keys, regions, account settings, Nexus endpoints, and usage. It is exposed both as gRPC (saas-api.tmprl.cloud:443, with a temporal-cloud-api-version header) and as an HTTP/REST grpc-gateway under https://saas-api.tmprl.cloud/api/v1 (public preview). Distinct from the per-namespace data-plane WorkflowService.

API entry from apis.yml

apis.yml Raw ↑
aid: temporal-io:temporal-io-cloud-operations-api
name: Temporal Cloud Operations API
tags:
- Temporal Cloud
- Control Plane
- Namespaces
- Users
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://docs.temporal.io/ops
baseURL: https://saas-api.tmprl.cloud/api/v1
properties:
- url: https://docs.temporal.io/ops
  type: Documentation
- url: https://github.com/temporalio/cloud-api
  type: SourceCode
description: The Temporal Cloud control-plane API (CloudService) for programmatically managing Temporal
  Cloud resources - namespaces, users, service accounts, API keys, regions, account settings, Nexus endpoints,
  and usage. It is exposed both as gRPC (saas-api.tmprl.cloud:443, with a temporal-cloud-api-version header)
  and as an HTTP/REST grpc-gateway under https://saas-api.tmprl.cloud/api/v1 (public preview). Distinct
  from the per-namespace data-plane WorkflowService.