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: JavaScript or TypeScript, plus a curated set of npm packages.
- 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.