Temporal is an open-source durable execution platform for building reliable long-running distributed workflows and microservices.
URL: Visit APIs.json URL
Run: Capabilities Using Naftiko
- Type: Index
- Position: Consuming
- Access: 3rd-Party
- ProCode_API_Composition, Workflows
- Created: 2026-03-03
- Modified: 2026-04-19
The Temporal Server Frontend API provides gRPC services for interacting with the Temporal Server, including WorkflowService for managing workflow executions, OperatorService for cluster operations, and HealthService for health checks. Client SDKs and the Temporal CLI use these gRPC services under the hood.
Human URL: https://docs.temporal.io/self-hosted-guide/server-frontend-api-reference
- Durable Execution, gRPC, Workflows
The Temporal Cloud Operations API is an open source, public HTTP API and gRPC API for programmatically managing Temporal Cloud control plane resources, including Namespaces, Users, Service Accounts, API keys, and other infrastructure components.
Human URL: https://docs.temporal.io/ops
- Cloud, Operations, Workflows
- Portal
- Documentation
- GettingStarted
- Quickstart
- SDK
- CLI
- Pricing
- Blog
- ChangeLog
- StatusPage
- Security
- TermsOfService
- PrivacyPolicy
- Login
- SignUp
- GitHubOrganization
- Training
| Name | Description |
|---|---|
| Durable Execution | Automatically persists workflow state and resumes execution after failures, ensuring long-running processes complete reliably. |
| Namespace Management | Create and manage isolated namespaces for organizing workflows with independent retention policies and access controls. |
| User and Access Management | Manage users, service accounts, and API keys for fine-grained access control to Temporal Cloud resources. |
| Multi-Region Deployment | Deploy workflows across multiple cloud regions for low-latency execution and disaster recovery. |
| Workflow Versioning | Safely deploy workflow code changes with built-in versioning that prevents breaking running executions. |
| Visibility and Search | Query and filter workflow executions using custom search attributes for operational visibility and debugging. |
| mTLS Authentication | Secure namespace communication with mutual TLS certificate-based authentication and codec server encryption. |
| Async Operations | Track the status of long-running control plane operations like namespace creation and configuration changes. |
| Name | Description |
|---|---|
| Microservice Orchestration | Coordinate complex multi-service transactions with automatic retries, compensation logic, and timeout handling. |
| Data Pipeline Processing | Build reliable ETL and data processing pipelines that handle failures gracefully and resume from the last checkpoint. |
| Order Fulfillment Workflows | Automate end-to-end order processing including payment, inventory, shipping, and notification steps with guaranteed completion. |
| Infrastructure Provisioning | Orchestrate cloud infrastructure deployment and configuration management with durable state tracking. |
| Subscription and Billing Management | Manage recurring billing cycles, subscription renewals, and payment processing with long-running timer-based workflows. |
| Name | Description |
|---|---|
| Go SDK | Native Go client library for building Temporal workflows and activities with full type safety. |
| TypeScript SDK | TypeScript/JavaScript SDK for building Temporal workflows in Node.js with async/await patterns. |
| Python SDK | Python SDK for building Temporal workflows with native async support and type hints. |
| Java SDK | Java SDK for building Temporal workflows with annotation-based workflow and activity definitions. |
| .NET SDK | .NET SDK for building Temporal workflows in C# with strong typing and async patterns. |
Machine-readable API specifications organized by format.
Naftiko capabilities organized as shared per-API definitions composed into customer-facing workflows.
- Temporal Cloud Operations API -- 18 operations for namespace, user, service account, API key, and region management
| Workflow | APIs Combined | Tools | Persona |
|---|---|---|---|
| Cloud Operations | Cloud Ops API | 18 | Platform Administrator |
FN: Kin Lane
Email: kin@apievangelist.com