Docs
Snippets
The unit of everything in QuikRun.
A snippet is a single deployable function that lives at a URL. It can respond to HTTP requests, run on a schedule, or both.
Anatomy
- Source: TypeScript, Python, or Ruby, plus any npm/pip/gem package.
- URL: a stable https:// endpoint you own.
- Runs: every execution is logged with timings and output.
Editing
Edit a snippet from the web editor, the CLI, or by asking your agent through MCP. Each deploy is an atomic version.