Product · runtime
GPT Runtime Starter
A Linux account, a Python runtime, and a public URL — the minimum you need to stand up your own GPT-backed service without wiring hosting together yourself.
What you get
Linux account
Your own account on a shared runtime host, isolated from other tenants.
Python runtime
A working Python environment ready for a FastAPI/Flask-style app.
Public URL
A reachable HTTPS address so your service is a link, not a localhost demo.
Getting started
- 1Get your accountProvisioned after a sandbox order goes through.
- 2Set your secretsAPI keys go in a
.envfile that never gets committed or exposed to the client. - 3Test the APIHit your endpoint from the public URL to confirm it's reachable before building on it.