Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.04 KB

File metadata and controls

26 lines (16 loc) · 1.04 KB

Deploy the gateway to Render

One-click deploy of the systemprompt-gateway server on Render via Blueprint.

Deploy

Deploy to Render

Render reads render.yaml at the repo root and provisions:

  • A systemprompt-gateway web service from the GHCR image
  • A systemprompt-postgres database (Render Postgres, free plan)
  • DATABASE_URL wired in automatically

Required env vars

In the Blueprint dialog, set at least one (they're declared with sync: false so Render prompts you):

  • ANTHROPIC_API_KEY
  • OPENAI_API_KEY
  • GEMINI_API_KEY

Scaling

Defaults to the free database plan and a single web instance. Edit render.yaml (fork → modify → reconnect Blueprint) to bump plans or add replicas.

Docs: https://systemprompt.io/documentation/?utm_source=render&utm_medium=install_doc