v1

latestOpenAPI 3.1.02026-08-042453938.9 KB
Workflows

Create a workflow

Create a new workflow definition for tracking agent runs.

post/v1/workflows

Request body

namestring required

Human-readable name for the workflow (required)

slugstring required

URL-safe identifier - must be lowercase alphanumeric with underscores or hyphens (required)

productSurface'API' | 'RPC' | 'WEBHOOK' | 'AGENT' | 'PIPELINE' | 'CUSTOM'

Product category for dashboard grouping. Use API for REST APIs, RPC for blockchain calls, WEBHOOK for webhooks, AGENT for AI agents, PIPELINE for data pipelines, CUSTOM for other use cases.

chain'ETHEREUM' | 'SOLANA' | 'POLYGON' | 'ARBITRUM' | 'OPTIMISM' | 'BASE' | 'AVALANCHE' | 'BSC'

Blockchain network (optional, for RPC workflows only)

descriptionstring

Optional description of what this workflow does

metadataobject

Optional metadata for custom tracking

Response

Workflow created

idstring required

Unique identifier for the workflow

namestring required

Human-readable name for the workflow

slugstring required

URL-safe identifier (lowercase, alphanumeric, hyphens, underscores)

productSurface'API' | 'RPC' | 'WEBHOOK' | 'AGENT' | 'PIPELINE' | 'CUSTOM' required

Product category for dashboard grouping. API = REST API calls, RPC = Blockchain RPC calls, WEBHOOK = Webhook deliveries, AGENT = AI agent executions, PIPELINE = Data pipelines, CUSTOM = Custom workflows

chain'ETHEREUM' | 'SOLANA' | 'POLYGON' | 'ARBITRUM' | 'OPTIMISM' | 'BASE' | 'AVALANCHE' | 'BSC' nullable

Blockchain network for RPC workflows (optional)

descriptionstring nullable

Optional description of what this workflow does

metadataobject nullable

Optional metadata for custom tracking

isActiveboolean required

Whether this workflow is currently active

createdAtstring date-time

When the workflow was created

updatedAtstring date-time

When the workflow was last updated