Freestyle · Capability
Freestyle Execute API — Execute
Freestyle Execute API execute surface. 4 operations. Lead operation: List Execute Runs. Self-contained Naftiko capability for one Freestyle business surface.
Freestyle Execute API — Execute is a Naftiko capability published by Freestyle, one of 30 capabilities the APIs.io network indexes for this provider. It bundles 4 operations across the GET and POST methods rooted at /v1/execute.
The capability includes 3 read-only operations and 1 state-changing operation. Lead operation: List Execute Runs. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.
Tagged areas include Freestyle, Execute, and Execute.
What You Can Do
GET
Handle list execute runs
— List Execute Runs
/v1/execute/v1/deployments
GET
Handle get execute run
— Get Information on Execute Run
/v1/execute/v1/deployments/{deployment}
GET
Handle get execute run output
— Get Saved Output for an Execute Run
/v1/execute/v1/deployments/{deployment}/output
POST
Handle execute script v3
— Execute Code
/v1/execute/v3/script
MCP Tools
freestyle-handle-list-execute-runs
List Execute Runs
read-only
idempotent
freestyle-handle-get-execute-run
Get Information on Execute Run
read-only
idempotent
freestyle-handle-get-execute-run-output
Get Saved Output for an Execute Run
read-only
idempotent
freestyle-handle-execute-script-v3
Execute Code