claude-code laptop), and copy it
immediately — it is shown once. It looks like qk_….Set the token in your agent's environment as UNIQUICK_TOKEN, then
point the agent at the API reference — it's written for agents:
https://uniquick.azurewebsites.net/llms.txt
That page documents the REST API (create site, deploy files, data, uploads) — everything an agent needs, no repo access required. Paste the URL into your agent's context or just include it in your prompt.
Using Claude Code? There's also an MCP server and a CLI in the project repository — access is granted on request (vishal@illinois.edu); the REST path above works for everyone without it.
Your app lands at /s/<your-netid>-seminar-rsvp/ — site names
carry your netid automatically. Share the link with anyone at Illinois;
they'll be signed in silently. Manage or delete your sites at
/my.
Include <script src="/sdk.js"></script> and the page has:
quick.user — who's visiting (name, netid), signed in silentlyquick.data — shared JSON storage (get/set/list/delete)quick.files — file uploads that return a hosted URLquick.ws — realtime events and presence ("who's here")quick.ai — chat completions with a daily per-user allowanceNever put an API key in your site's code — your app is static
files and anyone at Illinois can view source. Use quick.ai, which
needs no key.
Questions, repo access, or a site behaving oddly → vishal@illinois.edu.