The shortest path from SQL to working AI agents.
Quill creates a live context layer on top of your existing SQL database. It builds a live AI layer on top of your database and keeps it constantly synced - so you can give agents your data without giving them your database. Nothing moves. Everything improves.
Quill ships as a single, self-contained image. You give it a license key and an operator key; it activates itself on first boot and comes up ready to use.
latest - the latest stable Quill release.7.2.6-quill-72036.ravendb/quill-nightly.Images are multi-arch: linux/amd64 and linux/arm64.
QUILL_LICENSE_KEY and QUILL_API_KEY from the Quill sign-up flow at
https://ravendb.net/quill/start - the license key drives first-boot activation, and the API
key is your operator credential for the dashboard and the API.docker run --sig-proxy=false --pull=always --name quill -p 443:443 \
-e QUILL_LICENSE_KEY=<your-license-key> \
-e QUILL_API_KEY=<your-operator-key> \
-v quill-data:/var/lib/quill \
ravendb/quill:latest
The container activates on first boot (about 30-60s). When it is ready, open your dashboard at https://dashboard.<your-domain>.myquill.ai and sign in with your QUILL_API_KEY.
Your domain is the one you chose in the setup wizard at sign-up, which generated your license key and setup package.
From there Quill walks you through connecting your database, building the app, and creating an agent you can embed.
443 - the only surface Quill exposes./var/lib/quill for settings, activation, and data.| Variable | Effect |
|---|---|
QUILL_LICENSE_KEY | License key; drives first-boot activation. Required. |
QUILL_API_KEY | Operator credential (dashboard login and X-Api-Key). Required. |
RAVEN_QUILL_LOGS_MINLEVEL | Minimum log level: Trace, Debug, Info, Warn, Error, Fatal, Off. Defaults to Info. |
RAVEN_QUILL_LOGS_PATH | Absolute directory (under /var/lib/quill/) to write quill.log; unset means console only. |
RAVEN_QUILL_SECURITY_AUDITLOG_PATH | Absolute directory (under /var/lib/quill/) to switch the audit log on. |
Content type
Image
Digest
sha256:b98c7405c…
Size
420.8 MB
Last updated
12 days ago
docker pull ravendb/quillPulls:
95
Last week