Restack · Capability
Restack Agent and Workflow Orchestration
Unified capability for scheduling, triggering, and monitoring AI agents and long-running workflows on the Restack platform. Enables product teams and engineers to programmatically invoke agents, track execution status, and manage workflow lifecycle from any client application.
What You Can Do
POST
Schedule agent
— Schedule an AI agent by name with typed input parameters
/v1/agents/{agentName}
GET
Get agent run
— Get the current status and output of an agent run
/v1/agents/{agentName}/{runId}
POST
Schedule workflow
— Schedule a workflow by name with typed input parameters
/v1/workflows/{workflowName}
GET
Get workflow run
— Get the current status and output of a workflow run
/v1/workflows/{workflowName}/{runId}
GET
Health check
— Check Restack server health
/v1/health
MCP Tools
schedule-agent
Schedule an AI agent on Restack for asynchronous execution. Returns a runId to track progress.
get-agent-run
Get the current status and output of a Restack agent run by name and run ID.
read-only
idempotent
schedule-workflow
Schedule a long-running workflow on Restack. Workflows persist state across days, months, or years.
get-workflow-run
Get the current status and output of a Restack workflow run by name and run ID.
read-only
idempotent
health-check
Check the health status of the Restack server.
read-only
idempotent
APIs Used
restack