Orchestrator V3 - GraphQL API GraphQL Endpoint: /graphql To explore the API: 1. Use Postman, Insomnia, or Apollo Studio 2. Set endpoint to: https://orchestrator.humanproject.com/graphql 3. Enable introspection to see the schema 4. Available mutations: - createWorkerImageUploadUrl(workerId, hashId) - setEnvironmentWorkers(workers) Example query: mutation { createWorkerImageUploadUrl(workerId: "test", hashId: "abc123") { objectKey bucket instructions } }