Get started
Use this section to go from zero to a working OngoingAI Gateway setup. You will learn the gateway scope, install the binary, send first traffic, and validate trace capture.
Use this path when
- You are setting up OngoingAI Gateway for the first time.
- You need a short path to confirm proxy and trace behavior.
- You are preparing a deployment checklist for your team.
Prerequisites
- You must have at least one provider API key:
OPENAI_API_KEYorANTHROPIC_API_KEY. - You should have a shell with
curlavailable. - You should have port
8080available for local runs.
Read in this order
- What is OngoingAI Gateway to confirm scope, request flow, and product boundaries.
- Install
to install and verify the
ongoingaibinary. - Quickstart to proxy one request and verify traces and analytics.
- Upgrade and compatibility to plan upgrades, backups, and rollback steps.
Completion checklist
- The gateway starts and listens on your configured address.
- At least one provider request succeeds through the gateway.
- Trace data appears in the gateway API.
- You have a clear next step for auth, limits, or configuration hardening.