Does EAS build had a public API?

Hi, does EAS build had a public API? I ask because we’re using a new Adaptavist tool called “Stitch it” that is in Beta, and we want to run a build for Android and iOS based on an end-to-end CI/CD process that runs from Jira Service Management over to Jira, and then builds to an OTA update. Thanks!

you can use eas-cli as an api client: run eas build:list --json --non-interactive – for example – to get a list of builds. our graphql api currently isn’t public.

Thank you!

Do you have plans to make your GraphQL public as can see a million useful use cases where using the API over the CLI is perhaps a preferred option.

we definitely would like to expose a public api at some point, but it’s not planned for the near term.