Documentation Index
Fetch the complete documentation index at: https://na-36-merge-docs-v2-dev-draft-into-docs-v2-clean-20260525.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Most developer tasks (calling AI pipelines, uploading assets, testing playback) require only an API key or a Gateway endpoint. A full local Livepeer stack is necessary when developing node software, testing custom BYOC containers against a real Orchestrator, or working through payment flows without spending real ETH.
Choosing a Development Path
Community Gateway (No Setup)
The public community Gateway athttps://dream-gateway.livepeer.cloud accepts unauthenticated AI inference requests for development. It routes requests to active mainnet Orchestrators; no account or deposit is required.
Installing go-livepeer
Download a pre-built binary from the go-livepeer releases page:livepeer --version and livepeer_cli --version.
Most developers start with the community Gateway and never need local infrastructure. If you do need it, local Gateway is the next step.
Related Pages
Local Gateway
Running a go-livepeer broadcaster node locally connected to mainnet.
Local Orchestrator
Running a local Orchestrator for testing BYOC containers and payment flows.
Tooling and Metrics
Prometheus metrics and the Livepeer/monitor container for local node observation.