Spinrun Docs
Getting started

First tool call

Find a tool by describing the job, then run it once from the CLI or from an MCP client.

The run surface has no REST form: it is an MCP endpoint, and the CLI is a shell over it. Either way the loop is the same — describe the job, pick the tool it finds, call it once.

spinrun search "create an issue"
spinrun execute GITHUB_CREATE_ISSUE -d '{"owner":"acme","repo":"api","title":"..."}'

On this page