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.

$ python app.py > serving on :8000 > public: https://your-app.tech

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

  1. 1Get your accountProvisioned after a sandbox order goes through.
  2. 2Set your secretsAPI keys go in a .env file that never gets committed or exposed to the client.
  3. 3Test the APIHit your endpoint from the public URL to confirm it's reachable before building on it.