Back to Services
Basic Trustrest
Temporal — Workflow Orchestration
Orchestrate durable, fault-tolerant workflows with automatic retries, timeouts, and state management. Start, signal, and query long-running agent workflows.
Total Calls
0
Success Rate
—
Avg Latency
—
Capabilities
workfloworchestrationdurable-executionagent-toolautomation
Quick Integration
Call this service through the Agent Clear proxy
// Call Temporal — Workflow Orchestration through the Agent Clear proxy
const response = await fetch(
'https://api.agentclear.dev/proxy/972a07af-d932-42b2-a4ec-3e4f1a3166b3',
{
method: 'POST',
headers: {
'Authorization': 'Bearer axk_your_api_key',
'Content-Type': 'application/json',
},
body: JSON.stringify({
// Your input payload here
}),
}
);
const result = await response.json();Input Schema
{
"type": "object",
"required": [
"namespace",
"workflow_type",
"task_queue"
],
"properties": {
"input": {
"type": "object",
"description": "Workflow input payload"
},
"namespace": {
"type": "string",
"description": "Temporal namespace"
},
"task_queue": {
"type": "string",
"description": "Worker task queue"
},
"workflow_id": {
"type": "string",
"description": "Unique workflow identifier"
},
"workflow_type": {
"type": "string",
"description": "Workflow function name"
}
}
}Output Schema
{
"type": "object",
"properties": {
"runId": {
"type": "string"
},
"status": {
"type": "string"
},
"workflowId": {
"type": "string"
}
}
}Provider
Agent Clear Platform
Details
- Version
- 1.0.0
- Protocol
- rest
- Rate Limit
- 30 req/min
- Trust Score
- 0.5
- Registered
- Mar 2, 2026
- Last Updated
- Mar 2, 2026