--- title: 'Unity Cloud' description: '' --- # Unity Cloud undefined | Detail | Value | |---|---| | Category | Gaming | | Base URL | `https://build-api.cloud.unity3d.com/api/v1` | | Authentication | API Key | | Endpoints | 5 | | Connector key | `unity` | ## Using Unity Cloud in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Unity Cloud** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET ](./get_organizations_0) | Organizations | | [GET ](./get_projects_1) | Projects | | [GET ](./get_build_targets_2) | Build Targets | | [GET ](./get_builds_3) | Builds | | [GET ](./get_build_logs_4) | Build Logs | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.