# BuildPixel > Cloud builds for Unreal Engine. ## Docs - [Authentication](https://docs.buildpixel.io/api-reference/authentication.md): Bearer tokens. Same shape across REST and Socket.IO. - [Build settings](https://docs.buildpixel.io/api-reference/endpoints/build-settings.md): Manage the templates that drive your builds. - [Builds](https://docs.buildpixel.io/api-reference/endpoints/builds.md): List, fetch, download artifacts. - [GitHub endpoints](https://docs.buildpixel.io/api-reference/endpoints/github.md): List repos, branches, detect uproject. - [Organizations](https://docs.buildpixel.io/api-reference/endpoints/organizations.md): Org settings, integrations, members. - [Projects](https://docs.buildpixel.io/api-reference/endpoints/projects.md): List, create, update, delete projects. - [Errors](https://docs.buildpixel.io/api-reference/errors.md): Status codes and error response shape. - [API reference](https://docs.buildpixel.io/api-reference/introduction.md): REST + Socket.IO + webhooks. Trigger builds, monitor status, integrate with your own tools. - [Real-time logs (Socket.IO)](https://docs.buildpixel.io/api-reference/sockets/overview.md): Live build status and streamed log lines. - [Webhooks](https://docs.buildpixel.io/api-reference/webhooks/overview.md): Push-style event delivery. BuildPixel POSTs to your endpoint when builds complete. - [Custom deploy](https://docs.buildpixel.io/artifacts/custom-deploy.md): Push the artifact to your own endpoint when a build completes. Same mechanism that powers the StreamPixel integration. - [Download](https://docs.buildpixel.io/artifacts/download.md): Get your artifact via the dashboard or the API. - [StreamPixel integration](https://docs.buildpixel.io/artifacts/streampixel.md): Push every successful build straight into your StreamPixel runtime. No download step in between. - [Build settings](https://docs.buildpixel.io/builds/build-settings.md): What you configure to make a build happen. Every build is an instance of one. - [Build statuses](https://docs.buildpixel.io/builds/build-statuses.md): What each status means while a build moves through the pipeline. - [Engine versions](https://docs.buildpixel.io/builds/engine-versions.md): Which UE versions are supported, and how the version is resolved per build. - [Platforms & build types](https://docs.buildpixel.io/builds/platforms-and-targets.md): What you can build, and how it maps to UnrealBuildTool flags. - [Triggers](https://docs.buildpixel.io/builds/triggers.md): Manual, push, scheduled. The three ways a build starts. - [Introduction](https://docs.buildpixel.io/get-started/introduction.md): Cloud builds for Unreal Engine. Push code, get builds. Pipe straight into pixel streaming if you want. - [Quickstart](https://docs.buildpixel.io/get-started/quickstart.md): From signup to a downloadable Win64 build. - [Why BuildPixel](https://docs.buildpixel.io/get-started/why-buildpixel.md): Why generic CI breaks for Unreal — and what BuildPixel does instead. - [FAQ](https://docs.buildpixel.io/reference/faq.md): Common questions, honest answers. - [Glossary](https://docs.buildpixel.io/reference/glossary.md): Terms used throughout the docs. - [Troubleshooting](https://docs.buildpixel.io/reference/troubleshooting.md): Symptoms you might see, what they mean, and how to fix them. - [Connect GitHub](https://docs.buildpixel.io/source-control/github.md): Install the BuildPixel GitHub App, scope it to specific repos, and you're ready to map projects. - [Source control overview](https://docs.buildpixel.io/source-control/overview.md): GitHub or Perforce. Pick the integration that matches your team. - [Connect Perforce](https://docs.buildpixel.io/source-control/perforce.md): Helix Core, classic depots and streams, ticket-based auth. - [Plans & usage](https://docs.buildpixel.io/team/billing-and-usage.md): Free, Pro, Enterprise. What's included, how usage is metered. - [Organizations](https://docs.buildpixel.io/team/organizations.md): The top-level container. Members, source control, billing — all scoped to an org. - [Roles & permissions](https://docs.buildpixel.io/team/roles-and-permissions.md): Four roles, what each can do. ## OpenAPI Specs - [openapi](https://docs.buildpixel.io/api-reference/openapi.json)