How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

B3OS Workflow API

B3OS Workflow API from B3 — 262 path(s) described in OpenAPI.

B3OS Workflow API is one of 39 APIs that B3 publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 295 operations across 262 paths, organized into 31 resource areas, and defines 579 schemas. It is described by OpenAPI 3.1.0, at version 1.0.

Requests are made against the base URL https://api.b3os.org/v1.

295 operations 262 paths 579 schemas 17 DELETE151 GET4 PATCH105 POST18 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0
Base URL
https://api.b3os.org/v1
Resource Areas
31

Paths & Operations 295

Across 262 paths, the API surfaces 295 operations — 17 DELETE, 151 GET, 4 PATCH, 105 POST, 18 PUT. They span 31 resource areas, including organizations, Action, actions, Operations, activity, agent-runs, app-gateway, contracts, and 23 more. Each is listed below with its method, path, parameters, and response codes.

organizations 4
GET
/organizations/{orgId}/webhook-secret
Get the organization's webhook secret for triggering workflows via integration webhooks
1 param body → 200401404
GET
/v1/organizations/{orgId}/auto-swap-settings
Get automatic token swap settings for an organization. Returns a disabled default if not yet configured.
1 param → 200404500
PUT
/v1/organizations/{orgId}/auto-swap-settings
Update automatic token swap settings for an organization. Owners only.
1 param body → 200400404500
GET
/v1/organizations/{orgId}/public
Get public organization metadata
1 param → 200404500
Action 4
POST
/v1/action-proxy/{type}/execute
Execute an action (write, charges CU)
1 param body → 200400402404502
POST
/v1/action-proxy/{type}/query
Query an action (read-only, no CU charge)
1 param body → 200400402404502
POST
/v1/actions/{type}/run
Execute a single action immediately (no workflow definition required)
1 param body → 200400402404502
POST
/v1/actions/{type}/test
Test an action with custom payload
1 param body → 200400402404502
actions 1
GET
/v1/actions
List all available actions, optionally filtered by tags
1 param → 200
Operations 211
GET
/v1/actions/{type}
Get an action definition by type
1 param → 200404
GET
/v1/ai/pulse
Get the proactive Pulse feed (situation-monitor cards + held-asset signals) for the caller's org.
2 params body → 200401
GET
/v1/ai/workflow/chat/debug
Get debug data for an AI chat session
5 params body → 200400
PUT
/v1/ai/workflow/chat/debug
Save or update debug data for an AI chat session
body → 200400
GET
/v1/ai/workflow/chat/history
Get chat history for a conversation, workflow, or session
6 params body → 200400
POST
/v1/ai/workflow/chat/messages
Persist one chat message (caddie records V3 turns in chat history)
body → 200400
GET
/v1/ai/workflow/chat/preflight
Check whether the org may start a caddie V3 chat turn (AI-Credit gate)
→ 200
GET
/v1/ai/workflow/chat/sessions
List chat sessions for the current organization
2 params body → 200400403
GET
/v1/ai/workflow/chat/snapshot
Get the live/pending state of a conversation (refresh-resume): whether a turn is actively running, the pending interrupt card, and the current mode. Excludes the transcript (use /chat/history) and th…
1 param body → 200400
POST
/v1/ai/workflow/chat/stream
Issue a caddie-v3 chat session (Socket.IO). Returns sessionToken + socketUrl.
body → 200400
POST
/v1/ai/workflow/chat/usage
Report one chat turn's LLM usage (caddie V3) for AI-Credit billing
body → 200400
GET
/v1/api-keys
List all API keys for the current organization
2 params → 200400
POST
/v1/api-keys
Create a new API key for the current organization
body → 200400
GET
/v1/api-keys/requests
List recent API request audit logs for the current organization
4 params → 200400
DELETE
/v1/api-keys/{id}
Revoke an API key by ID
1 param → 200404
GET
/v1/api-keys/{id}
Get a single API key by ID
1 param → 200404
GET
/v1/app-gateway/{appId}/runs/{runId}
Get a single run's status and inputs/outputs
2 params → 200403404
POST
/v1/app-gateway/{appId}/runs/{runId}/resume
Resume a deep-agent app run's waiting node
2 params body → 200403404
POST
/v1/app-gateway/{appId}/workflows/{workflowId}/run
Trigger a run for a deep-agent app's workflow
2 params body → 200403
GET
/v1/app-gateway/{appId}/workflows/{workflowId}/runs
List runs for a deep-agent app's workflow
4 params → 200403
GET
/v1/block-cursors
Get latest block cursor for a chain
2 params → 200400404
GET
/v1/connector-types
List all available connector types
→ 200
GET
/v1/connector-types/{type}
Get a connector type definition by type
1 param → 200404
GET
/v1/connectors
List all connectors for the current user
2 params → 200400
POST
/v1/connectors
Create a new connector
body → 200400
DELETE
/v1/connectors/{id}
Delete a connector
1 param → 200404
GET
/v1/connectors/{id}
Get a connector by ID
1 param → 200404
PUT
/v1/connectors/{id}
Update a connector
1 param body → 200400404
POST
/v1/contract
Create a new contract project
body → 201400500
POST
/v1/contract/chat/stream
Stream AI chat for smart contract development via SSE
body → 200400
GET
/v1/contract/session/{sessionId}
Get a contract project by session ID
1 param → 200404
DELETE
/v1/contract/{id}
Delete a contract project by ID
1 param → 200404
GET
/v1/contract/{id}
Get a contract project by ID
1 param → 200404
PUT
/v1/contract/{id}
Update a contract project
1 param body → 200400404500
POST
/v1/contract/{id}/audit
Run audit for a contract project
1 param → 200400404500
POST
/v1/contract/{id}/deploy/approve
Approve and initiate contract deployment to testnet or mainnet
1 param body → 200400404
GET
/v1/contract/{id}/download
Download contract project as Foundry ZIP
1 param → 200404500
POST
/v1/contract/{id}/fix
Trigger AI auto-fix for a contract with failed tests
1 param → 200400404500
POST
/v1/contract/{id}/plan/approve
Approve a contract plan to proceed with code generation
1 param body → 200400404
POST
/v1/contract/{id}/test
Run tests for a contract project
1 param → 200400404500
GET
/v1/contract/{id}/verification-status
Check verification status for all deployments of a contract project
1 param → 200404
GET
/v1/contracts
List contract projects for the organization
2 params → 200500
POST
/v1/contracts/{id}/verify
Verify a deployed contract's source code on block explorer (Etherscan, Basescan, etc.)
1 param body → 200400404
GET
/v1/execution-webhooks
List execution webhook endpoints for the current organization
2 params → 200400
POST
/v1/execution-webhooks
Create an org-level execution webhook endpoint
body → 200400
GET
/v1/execution-webhooks/deliveries
List execution webhook deliveries for the current organization
3 params → 200400
GET
/v1/execution-webhooks/deliveries/{id}
Get a single execution webhook delivery
1 param → 200400
POST
/v1/execution-webhooks/deliveries/{id}/replay
Replay an execution webhook delivery by creating a new delivery record based on the original
1 param → 200400
POST
/v1/execution-webhooks/deliveries/{id}/retry
Retry a failed execution webhook delivery by requeueing the same delivery record
1 param → 200400
GET
/v1/execution-webhooks/{id}
Get a single execution webhook endpoint
1 param → 200400
POST
/v1/execution-webhooks/{id}/disable
Disable an execution webhook endpoint
1 param → 200400
POST
/v1/execution-webhooks/{id}/enable
Enable an execution webhook endpoint
1 param → 200400
POST
/v1/execution-webhooks/{id}/regenerate-secret
Regenerate the signing secret for an execution webhook endpoint
1 param → 200400
GET
/v1/executions
List executions for the current organization
2 params → 200400
POST
/v1/executions
Create an execution for a workflow
body → 200400
GET
/v1/executions/stats
Get external execution stats for an organization
3 params → 200400500
GET
/v1/executions/{id}
Get a single execution by ID
1 param → 200400
GET
/v1/executions/{id}/events
Get events for an execution
1 param → 200400
POST
/v1/integrations/slack/events
Handle Slack Events API webhook
body → 200401
POST
/v1/integrations/slack/interactivity
Handle Slack interaction webhook
body → 200401
POST
/v1/integrations/telegram-b3os-bot
Handle B3OS Telegram bot webhook update
body → 200403
POST
/v1/internal/anyspend/order-completed
Handle AnySpend order-completed callback
1 param body → 200400401
POST
/v1/internal/credits/deposit
Handle credits deposit after payment
1 param body → 200400401
POST
/v1/internal/subscription/cancel
Cancel subscription and downgrade org (internal)
1 param body → 200400401
GET
/v1/invites
List pending invites for the current user
2 params → 200400
GET
/v1/logic-actions
List all available logic actions
→ 200
GET
/v1/mcp-connectors
List all MCP connectors for the caller's org (token-free view)
2 params → 200400
GET
/v1/mcp/servers
List all known MCP servers (excluding the "custom" placeholder entry)
2 params → 200400
GET
/v1/mcp/{serverId}/oauth-url
Generate an OAuth authorization URL for the given MCP server
2 params → 200400
GET
/v1/metrics/failure-rate
Get overall failure rate statistics for a time period. Maximum time range is 365 days.
2 params → 200400500
GET
/v1/metrics/recent-activity
Get recent workflow run activity
2 params → 200400500
GET
/v1/metrics/runs-timeseries
Get time-series data for workflow runs (total, success, failure)
3 params → 200400500
GET
/v1/metrics/summary
Get aggregated metrics (runs time-series, failure rate, top errors, recent activity) in a single request.
6 params → 200400500
GET
/v1/metrics/top-errors
Get most common errors with counts. Maximum time range is 365 days.
3 params → 200400500
GET
/v1/organizations
List all organizations for the current user
2 params → 200400
DELETE
/v1/organizations/{orgId}/caddie-memory
Delete ALL memories Caddie holds about the calling user in this organization. The user's enable toggle is preserved.
1 param body → 200503
GET
/v1/organizations/{orgId}/caddie-memory
List a page of what Caddie remembers about the calling user in this organization (newest first), plus the user's memory enable toggle. Identity is taken from the authenticated session — a user can on…
3 params body → 200400503
PUT
/v1/organizations/{orgId}/caddie-memory/org-settings
Enable or disable Caddie's long-term memory for this organization (admin-only). Memory is disabled by default; while disabled, Caddie does not recall, learn, or store facts for any member of the org.
1 param body → 200400503
PUT
/v1/organizations/{orgId}/caddie-memory/settings
Enable or disable Caddie's memory of the calling user in this organization. When disabled, Caddie stops recalling, learning, and storing facts about the user.
1 param body → 200400503
DELETE
/v1/organizations/{orgId}/caddie-memory/{scope}/{key}
Delete one memory Caddie holds about the calling user in this organization.
3 params body → 200400503
PUT
/v1/organizations/{orgId}/caddie-memory/{scope}/{key}
Edit the text of one memory Caddie holds about the calling user in this organization. Update-only — unknown keys return 404.
3 params body → 200400404503
POST
/v1/organizations/{orgId}/database/query
Execute SQL query against org's database
1 param body → 200400
GET
/v1/organizations/{orgId}/database/tables
List all tables in the org's database
1 param → 200400
GET
/v1/organizations/{orgId}/database/tables/{tableName}
Get table schema (columns) from the org's database
2 params → 200400404
GET
/v1/organizations/{orgId}/plan-options
Returns all possible plan transitions with pre-calculated pricing
→ 200400
GET
/v1/organizations/{orgId}/stripe/billing-details
Return Stripe payment methods and invoices for an organization
→ 200400
POST
/v1/organizations/{orgId}/stripe/checkout-sessions
Create a Stripe Checkout Session
body → 200400
DELETE
/v1/organizations/{orgId}/stripe/payment-methods/{pmId}
Detach a payment method from the organization's Stripe customer
→ 200400
POST
/v1/organizations/{orgId}/stripe/setup-intents
Create a Stripe SetupIntent for collecting a new payment method
→ 200400
POST
/v1/organizations/{orgId}/stripe/subscriptions/downgrade
Downgrade a Stripe subscription (or cancel to free)
body → 200400
GET
/v1/organizations/{orgId}/stripe/subscriptions/preview-upgrade
Preview pro-rated upgrade pricing
→ 200404
POST
/v1/organizations/{orgId}/stripe/subscriptions/reactivate
Reactivate a subscription with pending cancellation
→ 200400
POST
/v1/organizations/{orgId}/stripe/subscriptions/upgrade
Upgrade a Stripe subscription
body → 200400
POST
/v1/orgs/{orgId}/integrations/coinbase
Handle Coinbase Business webhook event
2 params body → 200400401
POST
/v1/orgs/{orgId}/integrations/farcaster
Handle Farcaster webhook trigger from Neynar
1 param body → 200400401
POST
/v1/orgs/{orgId}/integrations/pipedream
Handle Pipedream trigger source webhook event
2 params body → 200400401404
POST
/v1/orgs/{orgId}/integrations/shopify
Handle Shopify webhook event
5 params body → 200400401404
POST
/v1/orgs/{orgId}/integrations/stripe
Handle connector-based Stripe webhook event
3 params body → 200400401
POST
/v1/orgs/{orgId}/integrations/telegram
Handle Telegram webhook update
2 params body → 200400401404
GET
/v1/orgs/{orgId}/invites
List pending invites for an organization
3 params → 200400
GET
/v1/orgs/{orgId}/members
List all members of an organization
3 params → 200400
DELETE
/v1/pipedream/accounts/{id}
Disconnect a Pipedream account
1 param → 200400404503
GET
/v1/pipedream/accounts/{id}
Get a Pipedream account by ID
1 param → 200400404503
GET
/v1/pipedream/apps
List available Pipedream apps/integrations
1 param → 200400503
GET
/v1/pipedream/apps/{app}/actions
List available actions for a Pipedream app
1 param → 200400404503
GET
/v1/pipedream/connect-token
Get a Pipedream Connect token for the frontend SDK
→ 200400503
POST
/v1/public/contact
Submit the public contact form. Delivers an email to the configured recipient via the central B3 Notifications API. No auth; IP-rate-limited (see configs.contact.ratelimitperhour).
body → 200400429502503
GET
/v1/public/executions/{id}
Get the current status and event timeline for a public execution
2 params → 200400401
GET
/v1/public/runs/by-tx/{txHash}
Find a run by trigger transaction hash (no auth required)
1 param → 200404
GET
/v1/public/runs/{id}
Get a public run by ID
1 param → 200404
GET
/v1/public/workflows/{id}
Get a public workflow by visibility
2 params → 200404
POST
/v1/public/workflows/{id}/executions
Create a client-trackable execution session for a publicexecute workflow
1 param body → 200400403404429
GET
/v1/public/workflows/{id}/meta
Get public metadata (name, description) for a workflow. No auth required — intentionally unauthenticated for OG image generation. Only returns title and description; no sensitive data is exposed.
1 param → 200404
POST
/v1/public/workflows/{id}/run
Trigger a run for a publicexecute workflow
1 param body → 200403404
GET
/v1/public/workflows/{id}/runs
List runs for a public workflow
3 params → 200404
GET
/v1/public/workflows/{id}/widget
Get public widget configuration for a workflow (no auth required)
1 param → 200404
GET
/v1/runs
List all runs
3 params → 200
POST
/v1/runs
Execute an inline workflow definition (ephemeral run). The definition must use "manual" trigger type. No workflow is saved — the definition is executed once and the run is recorded with workflowId=""…
body → 200400402403
GET
/v1/runs/status-counts
Count all runs in the caller's organization, grouped by status. Optional since (RFC3339) restricts to runs started at or after that instant.
1 param → 200400403
GET
/v1/runs/status-counts/by-workflow
Count runs in the caller's organization grouped by workflow and status, sorted by total runs descending. Optional since (RFC3339) restricts to runs started at or after that instant.
1 param → 200400403
GET
/v1/runs/{id}
Get a specific run by ID
3 params → 200404
POST
/v1/runs/{id}/cancel
Cancel a running or waiting run
1 param → 200404409
POST
/v1/runs/{id}/nodes/{nodeId}/resume
Resume a waiting node in a workflow run
3 params body → 200400401404
POST
/v1/runs/{id}/retry
Retry a failed or cancelled run from its failure point
1 param → 200404409
GET
/v1/service-accounts
List service accounts for the current organization
2 params → 200400
POST
/v1/service-accounts
Create a service account for the current organization
body → 200400
DELETE
/v1/service-accounts/{id}
Permanently delete a service account. Any active API keys owned by the account are revoked before the account is removed.
1 param → 200400
GET
/v1/service-accounts/{id}
Get a single service account by ID
1 param → 200400
PATCH
/v1/service-accounts/{id}
Update a service account's name, description, and permissions
1 param body → 200400
POST
/v1/service-accounts/{id}/disable
Disable a service account
1 param → 200400
POST
/v1/service-accounts/{id}/enable
Enable a service account
1 param → 200400
GET
/v1/situation/universe
List / search the situation coverage universe
4 params → 200400503
GET
/v1/sms/numbers
List verified phone numbers
3 params → 200400
POST
/v1/sms/numbers/initiate-verify
Initiate phone number verification via outbound message
body → 200400429
POST
/v1/sms/numbers/send-code
Send a verification code to a phone number
body → 200400429
POST
/v1/sms/numbers/verify
Verify a phone number for iMessage/SMS messaging
body → 200400
GET
/v1/sms/numbers/verify-status
Check phone number verification status
1 param → 200400
DELETE
/v1/sms/numbers/{id}
Delete a verified phone number
1 param → 200400
GET
/v1/statistics
Get cumulative statistics for all nodes (actions + triggers)
→ 200500
GET
/v1/statistics/action/{id}/latency
Get latency time-series data for a specific action
4 params → 200400500
GET
/v1/statistics/{type}/{id}/usage
Get usage time-series data for a specific node
5 params → 200400500
GET
/v1/telegram-bot/chats
List verified Telegram chats for organization
3 params → 200400
POST
/v1/telegram-bot/pins
Generate a PIN for Telegram chat verification
→ 200400503
GET
/v1/telegram-bot/pins/{pin}/status
Check Telegram PIN verification status
1 param → 200400404
GET
/v1/templates
List templates by category and tags
4 params → 200
POST
/v1/templates
Create a new workflow template
body → 200400
GET
/v1/templates/by-source-workflow/{workflowId}
Get template by source workflow ID. Returns 200 with null data when no template exists for the workflow.
1 param → 200
DELETE
/v1/templates/{id}
Delete a template (admin only)
1 param → 200403404
PUT
/v1/templates/{id}/promote
Promote a template (admin only)
1 param → 200403404
PUT
/v1/templates/{id}/unpromote
Unpromote a template (admin only)
1 param → 200403404
PATCH
/v1/templates/{templateId}
Update an existing workflow template
1 param body → 200400404
POST
/v1/templates/{templateId}/rollback
Rollback template to a previous version
1 param body → 200400404
GET
/v1/templates/{templateId}/versions
List all versions of a template
3 params body → 200404
GET
/v1/templates/{templateId}/versions/count
Count total versions for a specific template
1 param → 200404
GET
/v1/templates/{templateId}/versions/{versionNumber}
Get a specific version of a template by version number
2 params → 200400404
GET
/v1/tiers
List all subscription tiers
→ 200
GET
/v1/token-price-cexes/available-assets
Get available assets for token price (CEXes)
→ 200
GET
/v1/token-price-cexes/latest
Get latest prices for specified assets
1 param → 200
GET
/v1/triggers/{type}
Get a trigger definition by type
1 param → 200404
POST
/v1/webhook-events/{eventId}/replay
Replay a webhook event by re-processing its stored payload
1 param body → 200404
POST
/v1/webhook/situation
Handle situation-monitor webhook trigger (situation.created)
body → 200400401
GET
/v1/workflows
Get all workflows
10 params → 200
POST
/v1/workflows
Create a new workflow
body → 200400
POST
/v1/workflows/analyze-funds
Analyze the fund requirements of an inline workflow definition without saving or executing it. Same response shape as the workflow-scoped variant, with workflowId empty. Read-only — does not consume…
body → 200400403
GET
/v1/workflows/counts
Get workflow counts grouped by status (filter-aware).
6 params → 200
GET
/v1/workflows/owner-counts
Get workflow counts grouped by owner scope (yours/org/public).
→ 200
POST
/v1/workflows/validate
Validate a workflow definition without saving
body → 200400
DELETE
/v1/workflows/{id}
Archive a workflow (soft delete)
1 param body → 200404
GET
/v1/workflows/{id}
Get a workflow by ID
1 param → 200404
PUT
/v1/workflows/{id}
Update a workflow. A content change creates a new draft version (workflows are immutable); an update whose content matches the current version is a no-op that returns the current version unchanged.
1 param body → 200400404
GET
/v1/workflows/{id}/analyze-funds
Analyze the fund requirements of a workflow without executing it. Returns resolved (wallet, chain, token, amount) tuples for every action that moves money, plus a balance row per requirement when the…
2 params → 200400404
DELETE
/v1/workflows/{id}/draft
Discard the draft version of a workflow
1 param → 200404
GET
/v1/workflows/{id}/draft
Get the draft version of a workflow
1 param → 200404
PUT
/v1/workflows/{id}/fund-auto-swap
Update workflow fund auto-swap configuration
1 param body → 200400403404
GET
/v1/workflows/{id}/incoming-links
List workflows that target this workflow via a trigger-workflow action node.
1 param → 200
GET
/v1/workflows/{id}/live
Get the live (active/paused) version of a workflow
1 param → 200404
PUT
/v1/workflows/{id}/owner
Transfer workflow ownership to another organization member
1 param body → 200400403404
POST
/v1/workflows/{id}/pause
Pause a workflow
1 param body → 200400404
POST
/v1/workflows/{id}/publish
Publish a draft workflow (validates cronjob intervals, activates)
1 param body → 200400404409
POST
/v1/workflows/{id}/refill
Refill remaining runs for a workflow
1 param body → 200400404
POST
/v1/workflows/{id}/regenerate-descriptions
Regenerate AI descriptions for a workflow
1 param → 200404500
POST
/v1/workflows/{id}/release
Publish a workflow and its generated app together as one release
1 param body → 200400404409
GET
/v1/workflows/{id}/releases
List the release history of a workflow (newest first)
3 params → 200400
POST
/v1/workflows/{id}/releases/{releaseVersion}/revert
Revert a workflow to a prior release (workflow + generated app)
2 params → 200400404
POST
/v1/workflows/{id}/resume
Resume a paused workflow
1 param body → 200400404
POST
/v1/workflows/{id}/revert-to-version
Revert a workflow to a prior workflow version (records a release with no app)
1 param body → 200400404
POST
/v1/workflows/{id}/rollback
Rollback workflow to a previous version
1 param body → 200400404
POST
/v1/workflows/{id}/run
Run a workflow with optional payload. Works for draft, active, and paused workflows. Does not count against maxRuns or enforce cooldown.
1 param body → 200400404
GET
/v1/workflows/{id}/runs
List all runs for a specific workflow
4 params → 200404
GET
/v1/workflows/{id}/runs/count
Count runs for a specific workflow, grouped by status
1 param → 200404
GET
/v1/workflows/{id}/schedule
Get next run time for a scheduled workflow
1 param → 200404
GET
/v1/workflows/{id}/trigger-aggregates
Per-trigger run aggregates (last fired, run count, success / failure breakdown, next fire preview) for a workflow
1 param → 200404
GET
/v1/workflows/{id}/trigger-info
Get trigger info (e.g. Pipedream email address) for a workflow
1 param → 200404
PATCH
/v1/workflows/{id}/ui-metadata
Update workflow UI metadata (node positions) in-place
1 param body → 200400404409
POST
/v1/workflows/{id}/unarchive
Unarchive a workflow — restores the latest archived version to the draft state so it can be edited and re-published.
1 param body → 200400404
GET
/v1/workflows/{id}/versions
List all versions of a workflow
3 params body → 200404
GET
/v1/workflows/{id}/versions/count
Count total versions for a specific workflow
1 param → 200404
GET
/v1/workflows/{id}/versions/{versionNumber}
Get a specific version of a workflow by version number
2 params → 200400404
PUT
/v1/workflows/{id}/visibility
Update workflow visibility level
1 param body → 200400403404
DELETE
/v1/workflows/{id}/widget
Disable public widget for a workflow
1 param body → 200400404
POST
/v1/workflows/{id}/widget
Enable public widget for a workflow
1 param body → 200400404
GET
/v1/x402-endpoints
List all public x402 endpoints
4 params body → 200400
POST
/v1/x402-endpoints
Create (import) a new x402 endpoint after successful test
body → 200400
GET
/v1/x402-endpoints/by-url
Check if an x402 endpoint exists by URL
1 param body → 200400
POST
/v1/x402-endpoints/execute
Execute an x402 call with a pre-signed payment header (proxy mode)
body → 200400401
POST
/v1/x402-endpoints/generate-metadata
Generate AI metadata (name, description, category, tags) for an x402 endpoint
body → 200400
POST
/v1/x402-endpoints/import
Import an x402 endpoint atomically (probe + pay + generate metadata + create)
body → 200400401409
POST
/v1/x402-endpoints/probe
Probe an x402 endpoint to get its payment requirements
body → 200400
POST
/v1/x402-endpoints/test
Test an x402 endpoint using the organization's default Turnkey wallet
body → 200400401
GET
/v1/x402-endpoints/{id}
Get an x402 endpoint by ID
1 param body → 200404
POST
/v1/x402-endpoints/{id}/verify
Re-verify an x402 endpoint and update its schemas
1 param body → 200400404
activity 1
GET
/v1/activity/stream
Stream org activity events
→ 200
agent-runs 4
POST
/v1/agent-runs
Start an agent run
body → 200
GET
/v1/agent-runs/agents
List available agent types
→ 200
GET
/v1/agent-runs/artifacts
List a conversation's app artifacts
3 params → 200
GET
/v1/agent-runs/{id}
Get an agent run
2 params → 200
app-gateway 1
POST
/v1/app-gateway/{appId}/session
Mint a per-user app session token for a login-required deep-agent artifact
1 param body → 200401403404
contracts 1
GET
/v1/contract/projects/{id}/stream
Stream contract project events
1 param → 200400403
CU 6
GET
/v1/cu/costs
Get CU costs
→ 200
GET
/v1/organizations/{orgId}/cu
Get CU balance and threshold
1 param body → 200404500
GET
/v1/organizations/{orgId}/cu/runs
Get runs with CU costs
3 params body → 200400500
PUT
/v1/organizations/{orgId}/cu/threshold
Update CU min threshold
1 param body → 200400403500
GET
/v1/organizations/{orgId}/cu/usage
Get CU usage
2 params body → 200400404500
GET
/v1/organizations/{orgId}/cu/usage-by-workflow
Get CU usage by workflow
3 params body → 200400500
executions 3
GET
/v1/executions/stream
Stream org execution updates
→ 200400
GET
/v1/executions/{id}/stream
Stream execution updates
1 param → 200400403
GET
/v1/public/executions/{id}/stream
Stream public execution updates
2 params → 200400401
faucet 1
POST
/v1/faucet/claim
Send testnet tokens from the faucet to the organization's default wallet
body → 200400502503
incentive 2
GET
/v1/incentive/state
Get incentive state
→ 200401403
POST
/v1/incentive/verify
Verify and claim an incentive task
body → 200400403429
integrations 2
GET
/v1/integrations/slack/oauth-callback
Slack OAuth callback
2 params → 200
GET
/v1/integrations/slack/oauth-url
Get Slack OAuth URL
→ 200500
onboarding 3
GET
/v1/onboarding/questions
Get active onboarding questions for the specified scope
3 params → 200400500
POST
/v1/onboarding/responses
Submit onboarding responses and mark onboarding as complete
body → 200400401500
GET
/v1/onboarding/status
Get user's onboarding completion status
→ 200401500
AI 1
GET
/v1/organizations/{orgId}/ai-credits/usage
Get AI credit usage
2 params body → 200400404500
sessions 3
GET
/v1/organizations/{orgId}/sessions
List active wallet sessions with pagination
3 params → 200400401500
POST
/v1/organizations/{orgId}/sessions
Create a new wallet session key
1 param body → 200400401404500
DELETE
/v1/organizations/{orgId}/sessions/{id}
Revoke a wallet session key
2 params → 200400401404409500
workflow-templates 3
GET
/v1/organizations/{orgId}/templates/public
List public templates by organization
3 params → 200500
GET
/v1/templates/{templateId}
Get template by ID
1 param → 200404500
GET
/v1/templates/{templateId}/stats
Get template statistics
1 param → 200404410500
wallets 8
GET
/v1/organizations/{orgId}/wallets
List all wallets for an organization with pagination
3 params → 200400401500
POST
/v1/organizations/{orgId}/wallets
Create a new Turnkey wallet for an organization
1 param body → 200400401500
POST
/v1/organizations/{orgId}/wallets/import
Register an imported Turnkey private key wallet for an organization
1 param body → 200400401409500
POST
/v1/organizations/{orgId}/wallets/polymarket-deposit
Create a Polymarket deposit wallet for an organization
1 param body → 200400401500
DELETE
/v1/organizations/{orgId}/wallets/{walletId}
Archive a wallet (soft delete). Cannot archive default wallet or only wallet.
2 params → 200400401404500
PATCH
/v1/organizations/{orgId}/wallets/{walletId}
Rename an organization wallet's user-facing label. The wallet's on-chain address and Turnkey identifiers are unchanged.
2 params body → 200400401404409500
PUT
/v1/organizations/{orgId}/wallets/{walletId}/default
Set a wallet as the default wallet for an organization.
2 params → 200400401404500
POST
/v1/organizations/{orgId}/wallets/{walletId}/withdraw
Withdraw tokens from an organization wallet via Turnkey signing
2 params body → 200400401404502
Outbound Webhook 4
GET
/v1/outbound-webhook/deliveries
List outbound webhook deliveries
3 params body → 200400403
GET
/v1/outbound-webhook/deliveries/{id}
Get outbound webhook delivery
1 param body → 200403404
POST
/v1/outbound-webhook/deliveries/{id}/replay
Replay outbound webhook delivery
1 param body → 200400403404
POST
/v1/outbound-webhook/deliveries/{id}/retry
Retry outbound webhook delivery
1 param body → 200400403404
Run 1
POST
/v1/runs/sync
Execute a workflow definition synchronously. Blocks until all nodes complete and returns the full execution state. Max 60s timeout, 20 nodes.
body → 200400402
runs 3
POST
/v1/runs/tx-attribution
Batch run transaction attribution
body → 200400
GET
/v1/runs/{id}/stream
Stream run execution events
1 param → 200400403
POST
/v1/workflows/batch-stats
Batch workflow stats
body → 200400
WorkflowVariables 7
GET
/v1/runs/{runId}/variable-writes
Variable writes for a run
3 params → 200
GET
/v1/workflows/{workflowId}/variables
List workflow variables
1 param → 200
DELETE
/v1/workflows/{workflowId}/variables/{name}
Delete workflow variable
2 params → 200
PUT
/v1/workflows/{workflowId}/variables/{name}
Create or update workflow variable definition
2 params body → 200
GET
/v1/workflows/{workflowId}/variables/{name}/history
Workflow variable write history
4 params → 200
POST
/v1/workflows/{workflowId}/variables/{name}/reset
Reset workflow variable to default
2 params → 200
POST
/v1/workflows/{workflowId}/variables/{name}/value
Manually set workflow variable value
2 params body → 200
Search 2
GET
/v1/search
Search resources
4 params → 200400503
GET
/v1/search/similar/{type}/{id}
Find similar resources
3 params → 200400503
seo 5
GET
/v1/seo/pages
List all published SEO integration pages with pagination
3 params → 200500
POST
/v1/seo/pages/bulk-upsert
Bulk upsert SEO integration pages (used by CI/CD build script)
body → 200400500
POST
/v1/seo/pages/generate
Trigger SEO page generation (admin only).
body → 200400401500
GET
/v1/seo/pages/{slug}
Get a single SEO integration page by slug
1 param → 200404500
PUT
/v1/seo/pages/{slug}
Update a SEO integration page by slug (admin only)
1 param body → 200400404500
tags 2
GET
/v1/tags
List available tags, optionally filtered by category and/or search query with pagination
7 params → 200500
GET
/v1/tags/categories
List all unique categories from tags
→ 200500
templates 1
GET
/v1/templates/recommended
Get personalized template recommendations based on user's tag interests
3 params → 200400401500
triggers 1
GET
/v1/triggers
List all available triggers, optionally filtered by tags
1 param → 200
user 5
GET
/v1/user/interests
List the authenticated user's captured interests (strongest first)
2 params → 200401500
POST
/v1/user/interests
Add an interest for the authenticated user
body → 200400401403500
GET
/v1/user/interests/settings
Get the authenticated user's interest-tag opt-in (B3-4674)
→ 200401500
PUT
/v1/user/interests/settings
Enable or disable the authenticated user's interest tags (B3-4674)
body → 200400401500
DELETE
/v1/user/interests/{tagId}
Remove an interest for the authenticated user
1 param → 200401404500
Webhook Events 1
GET
/v1/webhook-events
List webhook events
2 params body → 200401403
workflows 3
GET
/v1/workflow-runs/stream
Stream run events for multiple workflows
1 param → 200400
POST
/v1/workflows/batch-meta
Batch workflow metadata
body → 200400
GET
/v1/workflows/{id}/runs/stream
Stream workflow run events
1 param → 200400403
workflow 1
GET
/v1/workflows/{id}/resolve
Resolve workflow organization
1 param → 200400500

Schemas 579

The contract defines 579 schemas that model the data the API accepts and returns. The most detailed are github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.X402Endpoint (39 properties), github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.Template (36 properties), github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.Workflow (36 properties), WorkflowListItem (27 properties). Each schema is shown below with its type and property counts.

data
object
1 property
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_app_api_http.ErrorResponse
object
4 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_app_api_http.SuccessResponse
object
4 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_app_api_service_cu.UpdateThresholdParams
object
1 property
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_app_api_service_integration.FarcasterWebhookPayload
object
2 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_app_api_service_integration.IntegrationResult
object
4 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_app_api_service_integration.SituationDetail
object
8 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_app_api_service_integration.SituationMonitorPayload
object
2 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_app_api_service_integration.SituationTicker
object
2 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_app_api_service_mcp.McpConnectorView
object
5 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_app_api_service_run.ResumeResult
object
2 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_app_api_service_wallet.ArchiveWalletResponse
object
2 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_app_api_service_workflowtemplate.CreateWorkflowTemplateRequest
object
12 properties 5 required
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_app_api_service_workflowtemplate.UpdateWorkflowTemplateRequest
object
11 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_app_api_types.StorkAvailableAssetsResponse
object
1 property
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_app_api_types.StorkLatestPricesResponse
object
1 property
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_client_deepagent.RunEvent
object
6 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_client_deepagent.RunState
object
10 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_client_deepagent.RunUsage
object
5 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.AICreditUsageSummaryPublic
object
2 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.AICreditUsageSummaryTotals
object
4 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.APIKey
object
15 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.APIKeyScope
string
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.APIRequestAudit
object
16 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.ActionDefinition
object
23 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.AuditFinding
object
8 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.AuditReport
object
4 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.AuditSummary
object
7 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.BlockExpansionMeta
object
5 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.BlockNodeContext
object
BlockContext is set on nodes that were expanded from a block. It traces the node back to its source block and carries the inputMapping needed to resolve {{$inp…
4 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.BlockOutput
object
6 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.BlockOutputProperty
object
3 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.CUCostActionsByCategory
object
3 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.CUCostDefaults
object
4 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.CUCostItem
object
3 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.CUCostsResult
object
3 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.CUDailyUsage
object
3 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.CUGetBalanceResult
object
2 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.CURunItem
object
7 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.CUUpdateThresholdResult
object
2 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.CUUsageBreakdown
object
4 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.CUUsageByWorkflowResult
object
1 property
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.CUUsageSummary
object
3 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.CUUsageSummaryTotals
object
4 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.CUWorkflowUsageItem
object
9 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.ChainContext
object
2 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.ChatMessage
object
18 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.ColumnSchema
object
6 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.Comment
object
9 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.CommentReply
object
5 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.Connector
object
11 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.ConnectorDefinition
object
14 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.ConnectorOutput
object
Auto-save result as connector
3 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.ConnectorReference
object
nil if action doesn't need connector
4 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.ConnectorRequirement
object
nil means no connector required
3 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.ContractPlanSummary
object
5 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.ContractProject
object
18 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.ContractProjectStatus
string
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.ContractSource
object
14 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.DeployResult
object
14 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.DeploymentEstimate
object
6 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.Deployments
object
Deployments is populated from the contractdeployments table, NOT from a DB column. Kept for backward-compatible JSON serialization in API responses.
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.ExecutionContext
object
5 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.ExecutionNode
object
10 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.ExecutionNodeStatus
string
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.ExecutionSourceSystemStat
object
6 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.ExecutionStatsSummary
object
9 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.ExecutionStatusCount
object
2 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.ExecutionTimeSeriesPoint
object
6 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.ExecutionWebhookDelivery
object
20 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.ExecutionWebhookDeliveryStatus
string
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.ExecutionWebhookEndpoint
object
12 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.ExecutionWebhookEndpointStatus
string
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.ExternalExecution
object
23 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.ExternalExecutionEvent
object
13 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.ExternalExecutionStatus
string
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.FailureRateStats
object
4 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.ForEachContext
object
4 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.ForEachLevel
object
3 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.InviteStatus
string
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.InviteWithOrgName
object
11 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.LatencyTimeSeriesPoint
object
4 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.NodePosition
object
2 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.NodeStatistics
object
6 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.OrderedSchema
object
Separate schema for wait-for-trigger config
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.OrgAutoSwapSettings
object
7 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.OrgAutoSwapSource
object
7 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.Organization
object
12 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.OrganizationInvite
object
10 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.OrganizationMember
object
8 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.OrganizationMetadata
object
5 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.OrganizationRole
string
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.OrganizationWallet
object
14 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.OutboundWebhookDelivery
object
20 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.OutboundWebhookDeliveryStatus
string
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.ParamDefinition
object
12 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.PausedReason
string
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.Permission
string
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.PropColumn
object
11 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.PropSchema
object
27 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.PropSchemaSummary
object
Summary drives the csvTable footer summary. Nil means no summary is rendered. See PropSchemaSummary for details.
2 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.PropSchemaSummaryAggregate
object
3 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.PropSource
object
3 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.PropVisibleWhen
object
VisibleWhen controls conditional visibility: show this prop only when the referenced prop has the specified value.
2 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.PublicWidgetConfig
object
6 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.RecentExecutionFailure
object
8 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.RecentRun
object
8 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.Run
object
21 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.RunListItem
object
15 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.RunStatus
string
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.RunsTimeSeriesPoint
object
5 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.SMSVerifiedNumber
object
5 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.SeoFAQ
object
2 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.SeoIntegrationPage
object
16 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.SeoUseCase
object
2 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.ServiceAccount
object
10 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.ServiceAccountStatus
string
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.SimulationFork
object
3 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.StickyNote
object
9 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.StickyNoteSize
object
2 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.StickyNoteUser
object
2 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.TableSchema
object
1 property
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.Tag
object
12 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.TelegramVerifiedChat
object
11 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.Template
object
36 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.TemplateModerationStatus
string
Moderation fields (B3-4168). Only meaningful for public templates; org templates are always approved.
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.TemplateProp
object
8 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.TemplateStats
object
5 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.TemplateVisibility
string
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.TestConfig
object
nil means testable (default)
2 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.TestResults
object
8 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.TopError
object
3 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.TriggerDefinition
object
12 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.UsageTimeSeriesPoint
object
2 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.VariableDef
object
5 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.VariableLifetime
string
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.VariableOp
string
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.VariableScope
string
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.VariableType
string
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.VariableValueWithMeta
object
6 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.VariableWrite
object
10 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.VerificationStatus
string
Verification status
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.WebhookEvent
object
12 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.WebhookEventAction
string
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.WebhookEventStatus
string
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.Workflow
object
36 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.WorkflowDefinition
object
Definition is the inline workflow graph to analyze. Same shape as a saved workflow's definition. Unlike the ephemeral-run endpoint there is no trigger restrict…
6 properties 1 required
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.WorkflowFundAutoSwapConfig
object
4 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.WorkflowInput
object
4 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.WorkflowNode
object
10 properties 2 required
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.WorkflowStatus
string
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.WorkflowType
string
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.WorkflowUIMetadata
object
3 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.WorkflowVisibility
string
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.X402Config
object
8 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.X402DiscoveryMetadata
object
7 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.X402DiscoverySchema
object
2 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.X402Endpoint
object
39 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.X402EndpointProbeResult
object
19 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.X402EndpointSource
string
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.X402OutputSchema
object
OutputSchema for discovery registration (matches TypeScript SDK format)
4 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.X402OutputSchemaInput
object
9 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.X402PaymentExtra
object
6 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity.X402PaymentOption
object
15 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_funds.Requirement
object
16 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_funds.RequirementSource
string
github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_funds.UnresolvedReason
string
github_com_b3-fun_b3-mono_services_b3os-workflow_PaginatedData-github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity_Template
object
4 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_PaginatedData-github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity_WebhookEvent
object
4 properties
github_com_b3-fun_b3-mono_services_b3os-workflow_PaginatedData-schemas_AgentArtifactItem
object
4 properties
internal_app_api_http_v1_blockcursor.BlockCursorResponse
object
3 properties
internal_app_api_http_v1_contract.SaveProjectRequest
object
5 properties 1 required
internal_app_api_http_v1_run.resumeBody
object
2 properties
internal_app_api_http_v1_userinterests.addInterestRequest
object
1 property 1 required
internal_app_api_http_v1_workflow.WorkflowScheduleResponse
object
2 properties
ActionProxyData
object
2 properties
ActionProxyParams
object
5 properties 2 required
ActionProxyQueryParams
object
5 properties 1 required
ActionProxySuccessResponse
object
4 properties
ActionTestError
object
2 properties
AgentArtifactItem
object
4 properties
AgentRunData
object
2 properties
AgentTypeInfo
object
5 properties
AnalyzeFundsBalance
object
9 properties
AnalyzeFundsDefinitionParams
object
2 properties 1 required
AnalyzeFundsRequirement
object
17 properties
AnalyzeFundsResponse
object
5 properties
AnalyzeFundsSuccessResponse
object
4 properties
AnySpendOrderCallbackParams
object
7 properties
AnySpendOrderCallbackResponse
object
2 properties
AnySpendPaymentDetails
object
6 properties
AppGatewayMintTokenResponse
object
2 properties
AppGatewayMintViewerTokenParams
object
1 property
AppGatewayResumeData
object
2 properties
AppGatewayRunData
object
3 properties
AppGatewayRunDetailData
object
4 properties
AppGatewayRunsSuccessResponse
object
4 properties
ApproveContractDeployParams
object
6 properties 3 required
ApproveContractDeploySuccessResponse
object
4 properties
ApproveContractPlanParams
object
1 property 1 required
ApproveContractPlanSuccessResponse
object
4 properties
AutoSwapSourceParams
object
7 properties
AvailableAssetsTokenPriceCexesSuccessResponse
object
4 properties
BatchWorkflowMetaRequest
object
1 property 1 required
BatchWorkflowMetaResponse
object
BatchWorkflowMetaSuccessResponse
object
4 properties
BatchWorkflowStatsRequest
object
1 property 1 required
BatchWorkflowStatsResponse
object
BatchWorkflowStatsSuccessResponse
object
4 properties
BillingInvoiceResponse
object
14 properties
BillingPaymentMethodResponse
object
10 properties
BulkUpsertResultData
object
2 properties
BulkUpsertSeoPagesParams
object
1 property 1 required
BulkUpsertSeoPagesSuccessResponse
object
4 properties
CaddieMemoryItem
object
6 properties
ChatImageAttachment
object
2 properties
ChatParams
object
17 properties
ChatSession
object
9 properties
CheckTelegramPinSuccessResponse
object
2 properties
CheckVerificationStatusResponse
object
1 property
CheckX402EndpointData
object
2 properties
CheckX402EndpointSuccessResponse
object
4 properties
ClaimFaucetParams
object
2 properties
ClaimFaucetResult
object
1 property
ClearCaddieMemoryResponse
object
1 property
ClearCaddieMemorySuccessResponse
object
1 property
ColumnInfo
object
5 properties
ContractChatAction
string
Optional explicit action
ContractChatParams
object
3 properties
ContractDeployApproval
object
3 properties
ContractPlanApproval
object
1 property
ContractProjectListItem
object
10 properties
ContractTestSummary
object
3 properties
ConversationSnapshot
object
3 properties
CountRunsByWorkflowSuccessResponse
object
4 properties
CountTemplateVersionsSuccessResponse
object
4 properties
CountWorkflowRunsSuccessResponse
object
4 properties
CountWorkflowVersionsSuccessResponse
object
4 properties
CreateAPIKeyData
object
16 properties
CreateAPIKeyParams
object
5 properties 1 required
CreateAPIKeySuccessResponse
object
4 properties
CreateCheckoutSessionParams
object
2 properties 1 required
CreateCheckoutSessionResponse
object
1 property
CreateConnectorParams
object
4 properties 3 required
CreateConnectorSuccessResponse
object
4 properties
CreateExecutionData
object
2 properties
CreateExecutionParams
object
8 properties 3 required
CreateExecutionSuccessResponse
object
4 properties
CreateExecutionWebhookData
object
2 properties
CreateExecutionWebhookParams
object
5 properties 2 required
CreateExecutionWebhookSuccessResponse
object
4 properties
CreatePublicExecutionParams
object
7 properties 2 required
CreateServiceAccountParams
object
3 properties 2 required
CreateSessionInstallResponse
object
3 properties
CreateSessionParams
object
6 properties 5 required
CreateSessionSuccessResponse
object
5 properties
CreateSetupIntentResponse
object
1 property
CreateWalletParams
object
2 properties 1 required
CreateWorkflowParams
object
9 properties 3 required
CreateWorkflowSuccessResponse
object
4 properties
CreateX402EndpointParams
object
24 properties 5 required
CreateX402EndpointSuccessResponse
object
4 properties
CreditsDepositBalanceChange
object
2 properties
CreditsDepositParams
object
9 properties 4 required
CreditsDepositResponse
object
3 properties
DefinitionSummary
object
1 property
DeleteConnectorSuccessResponse
object
3 properties
DeletePipedreamAccountSuccessResponse
object
3 properties
DeploymentVerificationStatus
object
4 properties
DowngradeStripeSubscriptionParams
object
2 properties 1 required
DowngradeStripeSubscriptionResponse
object
4 properties
EphemeralRunParams
object
4 properties 1 required
ExecuteQueryParams
object
2 properties 1 required
ExecuteX402EndpointParams
object
4 properties 2 required
ExecuteX402EndpointSuccessResponse
object
4 properties
ExecutionStatsData
object
6 properties
GenerateSeoPagesParams
object
3 properties
GenerateSeoPagesSuccessResponse
object
1 property
GenerateTelegramPinSuccessResponse
object
5 properties
GenerateX402MetadataData
object
4 properties
GenerateX402MetadataParams
object
9 properties 1 required
GenerateX402MetadataSuccessResponse
object
4 properties
GetAICreditUsageSuccessResponse
object
4 properties
GetAPIKeySuccessResponse
object
4 properties
GetActionSuccessResponse
object
4 properties
GetAllStatisticsSuccessResponse
object
4 properties
GetCUBalanceSuccessResponse
object
4 properties
GetCUCostsSuccessResponse
object
4 properties
GetCURunsSuccessResponse
object
4 properties
GetCUUsageByWorkflowSuccessResponse
object
4 properties
GetCUUsageSuccessResponse
object
4 properties
GetChatDebugDataSuccessResponse
object
4 properties
GetChatHistorySuccessResponse
object
4 properties
GetConnectTokenSuccessResponse
object
4 properties
GetConnectorSuccessResponse
object
4 properties
GetConnectorTypeSuccessResponse
object
4 properties
GetContractProjectSuccessResponse
object
4 properties
GetConversationSnapshotSuccessResponse
object
4 properties
GetExecutionData
object
3 properties
GetExecutionEventsSuccessResponse
object
4 properties
GetExecutionStatsSuccessResponse
object
4 properties
GetExecutionSuccessResponse
object
4 properties
GetFailureRateSuccessResponse
object
4 properties
GetLatencyTimeSeriesSuccessResponse
object
4 properties
GetMetricsSummarySuccessResponse
object
4 properties
GetOnboardingQuestionsSuccessResponse
object
4 properties
GetOnboardingStatusSuccessResponse
object
4 properties
GetOrgWebhookSecretSuccessResponse
object
2 properties
GetOutboundWebhookDeliverySuccessResponse
object
4 properties
GetPipedreamAccountSuccessResponse
object
4 properties
GetPlanOptionsResponse
object
4 properties
GetPublicExecutionSuccessResponse
object
4 properties
GetPublicMetaResponse
object
3 properties
GetPublicMetaSuccessResponse
object
4 properties
GetPublicRunByTxResponse
object
7 properties
GetPublicRunByTxSuccessResponse
object
4 properties
GetPublicRunSuccessResponse
object
4 properties
GetPublicWidgetResponse
object
3 properties
GetPublicWidgetSuccessResponse
object
4 properties
GetPublicWorkflowData
object
9 properties
GetPublicWorkflowSuccessResponse
object
4 properties
GetRecentActivitySuccessResponse
object
4 properties
GetRunSuccessResponse
object
4 properties
GetRunsTimeSeriesSuccessResponse
object
4 properties
GetSeoPageSuccessResponse
object
4 properties
GetServiceAccountSuccessResponse
object
4 properties
GetStripeBillingDetailsResponse
object
2 properties
GetTemplateVersionSuccessResponse
object
4 properties
GetTopErrorsSuccessResponse
object
4 properties
GetTriggerInfoSuccessResponse
object
4 properties
GetTriggerSuccessResponse
object
4 properties
GetUsageTimeSeriesSuccessResponse
object
4 properties
GetWorkflowSuccessResponse
object
4 properties
GetWorkflowVersionSuccessResponse
object
4 properties
GetX402EndpointSuccessResponse
object
4 properties
ImportWalletParams
object
3 properties 3 required
ImportX402EndpointData
object
2 properties
ImportX402EndpointParams
object
6 properties 1 required
ImportX402EndpointSuccessResponse
object
4 properties
IncentiveGrantedDTO
object
2 properties
IncentiveStateResponse
object
4 properties
IncentiveTaskDTO
object
7 properties
IncentiveTotalsDTO
object
5 properties
IncentiveVerifyRequest
object
1 property 1 required
IncentiveVerifyResponse
object
6 properties
InternalSubscriptionCancelParams
object
1 property 1 required
InternalSubscriptionCancelResponse
object
2 properties
LatencyTimeSeriesData
object
3 properties
LatestPricesTokenPriceCexesSuccessResponse
object
4 properties
ListAPIKeysSuccessResponse
object
4 properties
ListAPIRequestAuditsSuccessResponse
object
4 properties
ListActionsSuccessResponse
object
4 properties
ListAgentTypesResponse
object
1 property
ListCaddieMemoryResponse
object
6 properties
ListCaddieMemorySuccessResponse
object
1 property
ListChatSessionsSuccessResponse
object
4 properties
ListConnectorTypesSuccessResponse
object
4 properties
ListConnectorsSuccessResponse
object
4 properties
ListContractProjectsSlimSuccessResponse
object
4 properties
ListExecutionWebhookDeliveriesSuccessResponse
object
4 properties
ListExecutionWebhooksSuccessResponse
object
4 properties
ListExecutionsSuccessResponse
object
4 properties
ListInvitesSuccessResponse
object
4 properties
ListLogicActionsSuccessResponse
object
4 properties
ListMembersSuccessResponse
object
4 properties
ListOrgInvitesSuccessResponse
object
4 properties
ListOrganizationsSuccessResponse
object
4 properties
ListOutboundWebhookDeliveriesSuccessResponse
object
4 properties
ListPipedreamActionsSuccessResponse
object
4 properties
ListPipedreamAppsSuccessResponse
object
4 properties
ListPublicRunsSuccessResponse
object
4 properties
ListRunVariableWritesResponse
object
4 properties
ListRunsSuccessResponse
object
4 properties
ListSMSNumbersSuccessResponse
object
4 properties
ListSeoPagesData
object
2 properties
ListSeoPagesSuccessResponse
object
4 properties
ListServiceAccountsSuccessResponse
object
4 properties
ListSessionsSuccessResponse
object
4 properties
ListSituationUniverseSuccessResponse
object
4 properties
ListTelegramChatsSuccessResponse
object
4 properties
ListTemplateVersionsSuccessResponse
object
4 properties
ListTiersResponse
object
1 property
ListTriggersSuccessResponse
object
4 properties
ListUserInterestsSuccessResponse
object
4 properties
ListVariableHistoryResponse
object
4 properties
ListWalletsSuccessResponse
object
4 properties
ListWorkflowVariablesResponse
object
1 property
ListWorkflowVersionsSuccessResponse
object
4 properties
ListWorkflowsSuccessResponse
object
4 properties
ListX402EndpointsSuccessResponse
object
4 properties
McpListConnectorsSuccessResponse
object
4 properties
McpOAuthURLSuccessResponse
object
4 properties
McpServersCatalogSuccessResponse
object
4 properties
MetricsSummaryData
object
8 properties
NodeSummary
object
4 properties
OnboardingQuestionResponse
object
6 properties
OnboardingResponseRequest
object
3 properties 3 required
OnboardingStatusResponse
object
2 properties
PaginatedData-github_com_b3-fun_b3-mono_services_b3os-workflow_internal_app_api_service_mcp_McpConnectorView
object
4 properties
PaginatedData-github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity_APIKey
object
4 properties
PaginatedData-github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity_APIRequestAudit
object
4 properties
PaginatedData-github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity_CURunItem
object
4 properties
PaginatedData-github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity_Connector
object
4 properties
PaginatedData-github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity_ExecutionWebhookDelivery
object
4 properties
PaginatedData-github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity_ExecutionWebhookEndpoint
object
4 properties
PaginatedData-github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity_ExternalExecution
object
4 properties
PaginatedData-github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity_InviteWithOrgName
object
4 properties
PaginatedData-github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity_Organization
object
4 properties
PaginatedData-github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity_OrganizationInvite
object
4 properties
PaginatedData-github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity_OrganizationMember
object
4 properties
PaginatedData-github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity_OutboundWebhookDelivery
object
4 properties
PaginatedData-github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity_RunListItem
object
4 properties
PaginatedData-github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity_ServiceAccount
object
4 properties
PaginatedData-github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity_VariableWrite
object
4 properties
PaginatedData-github_com_b3-fun_b3-mono_services_b3os-workflow_internal_pkg_entity_X402Endpoint
object
4 properties
PaginatedData-schemas_ChatSession
object
4 properties
PaginatedData-schemas_ContractProjectListItem
object
4 properties
PaginatedData-schemas_OnboardingQuestionResponse
object
4 properties
PaginatedData-schemas_PublicRunListItem
object
4 properties
PaginatedData-schemas_UserInterest
object
4 properties
PaginatedData-schemas_WalletResponse
object
4 properties
PaginatedData-schemas_WorkflowListItem
object
4 properties
PipedreamAccount
object
6 properties
PipedreamAction
object
4 properties
PipedreamApp
object
7 properties
PipedreamConnectToken
object
2 properties
PlanOption
object
5 properties
PlanOptionAction
string
Position
object
2 properties
PreflightChatResponse
object
1 property
PreviewUpgradeResponse
object
1 property
PreviewUpgradeTierResult
object
1 property
ProbeX402EndpointParams
object
3 properties 1 required
ProbeX402EndpointSuccessResponse
object
4 properties
PublicExecutionData
object
13 properties
PublicExecutionEvent
object
8 properties
PublicNodeState
object
4 properties
PublicRunListItem
object
5 properties
PublicWidgetData
object
Widget contains the public widget configuration with derived trigger values
9 properties
PublicWorkflowNode
object
3 properties
PublishReleaseParams
object
1 property
PublishWidgetParams
object
5 properties 1 required
PublishWidgetSuccessResponse
object
4 properties
PublishWorkflowParams
object
1 property
QueryResponse
object
2 properties
ReactivateSubscriptionResponse
object
2 properties
RecentRunItem
object
4 properties
RecommendTemplatesSuccessResponse
object
4 properties
RefillWorkflowData
object
2 properties
RefillWorkflowParams
object
1 property 1 required
RefillWorkflowSuccessResponse
object
4 properties
RegenerateDescriptionsData
object
2 properties
RegenerateDescriptionsSuccessResponse
object
4 properties
RenameWalletParams
object
1 property 1 required
ReplayExecutionWebhookDeliverySuccessResponse
object
4 properties
ReplayOutboundWebhookDeliverySuccessResponse
object
4 properties
ReportChatUsageParams
object
7 properties 1 required
ResolveWorkflowResponse
object
3 properties
ResolveWorkflowSuccessResponse
object
4 properties
RetryExecutionWebhookDeliverySuccessResponse
object
4 properties
RetryOutboundWebhookDeliverySuccessResponse
object
4 properties
RevertToVersionParams
object
1 property 1 required
RevokeAPIKeySuccessResponse
object
3 properties
RevokeSessionSuccessResponse
object
2 properties
RollbackTemplateParams
object
1 property 1 required
RollbackTemplateSuccessResponse
object
4 properties
RollbackWorkflowParams
object
2 properties 1 required
RollbackWorkflowSuccessResponse
object
4 properties
RunActionParams
object
2 properties 1 required
RunActionResponse
object
2 properties
RunParams
object
7 properties
RunResponse
object
1 property
RunSuccessResponse
object
4 properties
RunTransactionAttribution
object
8 properties
RunTransactionAttributionsRequest
object
1 property 1 required
RunTransactionAttributionsResponse
object
RunTransactionAttributionsSuccessResponse
object
4 properties
RunsTimeSeriesData
object
2 properties
SMSInitiateVerifyRequest
object
1 property 1 required
SMSInitiateVerifySuccessResponse
object
3 properties
SMSSendCodeRequest
object
1 property 1 required
SMSSendCodeSuccessResponse
object
1 property
SMSVerifyStatusSuccessResponse
object
2 properties
SaveChatDebugDataParams
object
5 properties 1 required
SaveChatMessageParams
object
8 properties 3 required
SearchHit
object
9 properties
SearchResponse
object
4 properties
SessionInstall
object
2 properties 2 required
SessionItem
object
7 properties
SetWorkflowVariableValueParams
object
1 property
SetupDepositWalletResponse
object
2 properties
SituationUniverseTicker
object
4 properties
StartAgentRunParams
object
4 properties 2 required
StartAgentRunResponse
object
3 properties
SubmitContactFormRequest
object
5 properties 4 required
SubmitContactFormResponse
object
1 property
SubmitContactFormSuccessResponse
object
3 properties
SubmitOnboardingResponsesParams
object
1 property 1 required
SubmitOnboardingResponsesSuccessResponse
object
3 properties
SyncRunParams
object
3 properties 1 required
SyncRunResponse
object
4 properties
TableInfo
object
1 property
TemplateVersionCount
object
1 property
TemplateVersionsData
object
5 properties
TestActionData
object
7 properties
TestActionParams
object
2 properties 1 required
TestActionSuccessResponse
object
4 properties
TestX402EndpointData
object
Reuse same response structure
5 properties
TestX402EndpointParams
object
3 properties 1 required
TestX402EndpointSuccessResponse
object
4 properties
TestX402PaymentDetails
object
5 properties
TierResponse
object
9 properties
TransferWorkflowOwnershipData
object
2 properties
TransferWorkflowOwnershipParams
object
1 property 1 required
TransferWorkflowOwnershipSuccessResponse
object
4 properties
TriggerInfoResponse
object
2 properties
UpdateAutoSwapSettingsParams
object
4 properties
UpdateCUThresholdSuccessResponse
object
4 properties
UpdateCaddieMemoryOrgSettingsParams
object
1 property 1 required
UpdateCaddieMemoryOrgSettingsResponse
object
1 property
UpdateCaddieMemoryOrgSettingsSuccessResponse
object
1 property
UpdateCaddieMemoryParams
object
1 property 1 required
UpdateCaddieMemorySettingsParams
object
1 property 1 required
UpdateCaddieMemorySettingsResponse
object
1 property
UpdateCaddieMemorySettingsSuccessResponse
object
1 property
UpdateConnectorParams
object
3 properties
UpdateConnectorSuccessResponse
object
4 properties
UpdateFundAutoSwapParams
object
4 properties
UpdateFundAutoSwapSuccessResponse
object
4 properties
UpdateSeoPageParams
object
7 properties
UpdateSeoPageSuccessResponse
object
4 properties
UpdateServiceAccountParams
object
3 properties 2 required
UpdateVisibilityData
object
2 properties
UpdateVisibilityParams
object
1 property 1 required
UpdateVisibilitySuccessResponse
object
4 properties
UpdateWorkflowParams
object
8 properties
UpdateWorkflowSuccessResponse
object
4 properties
UpdateWorkflowUIMetadataParams
object
2 properties 1 required
UpdateWorkflowUIMetadataResponseData
object
1 property
UpdateWorkflowUIMetadataSuccessResponse
object
4 properties
UpgradeStripeSubscriptionParams
object
2 properties 1 required
UpgradeStripeSubscriptionResponse
object
4 properties
UpsertWorkflowVariableDefParams
object
5 properties 2 required
UsageTimeSeriesData
object
4 properties
UserInterest
object
6 properties
UserInterestActionSuccessResponse
object
4 properties
UserInterestSettings
object
1 property
UserInterestSettingsSuccessResponse
object
4 properties
ValidateWorkflowParams
object
2 properties 1 required
ValidateWorkflowSuccessResponse
object
4 properties
ValidationErrorItem
object
6 properties
ValidationResult
object
2 properties
VerifyContractParams
object
2 properties 1 required
VerifyContractResponse
object
4 properties
VerifySMSNumberRequest
object
2 properties 2 required
VerifySMSNumberSuccessResponse
object
1 property
VerifyX402EndpointParams
object
7 properties
VerifyX402EndpointSuccessResponse
object
4 properties
WalletAccountParams
object
4 properties 4 required
WalletResponse
object
13 properties
WithdrawWalletParams
object
4 properties 4 required
WithdrawWalletResponse
object
2 properties
WorkflowConnectorInfo
object
1 property
WorkflowCountsResponse
object
4 properties
WorkflowIncomingLinks
object
1 property
WorkflowIncomingLinksResponse
object
4 properties
WorkflowListItem
object
27 properties
WorkflowMetaItem
object
10 properties
WorkflowOwnerCounts
object
3 properties
WorkflowOwnerCountsResponse
object
4 properties
WorkflowRunCount
object
6 properties
WorkflowRunCountByWorkflow
object
7 properties
WorkflowStatsSummary
object
2 properties
WorkflowStatusCounts
object
7 properties
WorkflowTriggerAggregate
object
8 properties
WorkflowTriggerAggregates
object
2 properties
WorkflowTriggerAggregatesResponse
object
4 properties
WorkflowVersionCount
object
1 property
WorkflowVersionsData
object
5 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

b3-b3os-workflow-openapi.json Raw ↑

Other APIs B3 publishes across the network.

B3 Action API
B3 Actions API
B3 Admin API
B3 Ai API
B3 Api Keys API
B3 Connector Types API
B3 Connectors API
B3 Contract API
B3 Contracts API
B3 CU API
B3 faucet API
B3 Integrations API
Where this information came from

This is an independent, third-party profile of B3OS Workflow API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.