https://github.com/temporalio/cloud-sdk-go
Temporal Cloud Ops Go SDK
https://github.com/temporalio/cloud-sdk-go
Last synced: 2 months ago
JSON representation
Temporal Cloud Ops Go SDK
- Host: GitHub
- URL: https://github.com/temporalio/cloud-sdk-go
- Owner: temporalio
- License: mit
- Created: 2025-02-04T02:12:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-04-23T20:58:52.000Z (2 months ago)
- Last Synced: 2026-04-23T22:10:12.738Z (2 months ago)
- Language: Shell
- Size: 574 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Temporal Cloud Ops Go SDK [](https://github.com/temporalio/cloud-sdk-go/actions/workflows/test.yml?query=branch%3Amain) [](https://pkg.go.dev/go.temporal.io/cloud-sdk)
:warning: **This project is still experimental.**
[Temporal Cloud](https://temporal.io/cloud) serves as a software as a service (SaaS) infrastructure platform, specifically designed to manage the durability of your Temporal Applications.
The APIs that Temporal Cloud provides are accessible via the `Temporal Cloud Ops Go SDK`. This SDK is a Go client library for the [Temporal Cloud APIs](https://github.com/temporalio/cloud-api). It allows you to manage your Temporal Cloud resources programmatically.
## How to use
```bash
go get go.temporal.io/cloud-sdk@latest
```
See [samples](https://github.com/temporalio/cloud-samples-go) to get started.
Documentation is available [here](https://docs.temporal.io/cloud).
You can also find the API documentation [here](https://pkg.go.dev/go.temporal.io/cloud-sdk).
## Contributing
Please see [CONTRIBUTING.md](CONTRIBUTING.md) for details.
## License
MIT License, please see [LICENSE](LICENSE) for details.