Skip to main content
Expo
Previewv0.1.0
43 actions · 1 auth method
Developer Tools

Getting Started

1

Create or Select a Project

Set up a new project or select an existing one. See Organizations & Projects.
2

Configure the Connector

Enable the connector and set up a Connector Profile in your project. See Setup Connector Profile.

Connector Profile · Access Token

Authenticate with an EAS access token (a personal access token or a robot-user token). The token is sent as a bearer tok…
3

Link an Account

Link an account from the dashboard (or via StackOne Hub).See the guide for the authentication type chosen in the Connector Profile:

Link Account · Access Token

4

Use Actions

Connect an AI platform to the linked account’s actions. See AI Platforms.Other ways to call actions are listed in Protocols & SDKs.

Actions

|
43 actions
Action
Description
Required scopes
Get Current Actor
Retrieve the authenticated Expo actor (user or robot) and the accounts they can access
List Accounts
List the Expo accounts and organizations the authenticated user can access
Get Account
Retrieve a specific Expo account or organization by ID
List Apps
List apps (projects) owned by an Expo account with cursor pagination
Get App
Retrieve a specific Expo app (project) by its ID
Create App
Create a new Expo app (project) under an account
Delete App
Schedule an Expo app (project) for deletion
List Builds
List EAS cloud builds for an app with cursor pagination and optional filters
Get Build
Retrieve a specific EAS build by ID
Cancel Build
Cancel an in-progress or queued EAS build
Delete Build
Delete an EAS build record by ID
Create Build
Start a new EAS cloud build for Android or iOS
List Submissions
List app-store submissions for an app with cursor pagination
Get Submission
Retrieve a specific app-store submission by ID
Cancel Submission
Cancel an in-progress or queued app-store submission
Create Submission
Submit a build to the App Store or Google Play
List Updates
List over-the-air (EAS Update) updates for an app with cursor pagination
Get Update
Retrieve a specific EAS Update (OTA) by ID
List Updates By Group
Retrieve all platform variants of an update that share a group ID
List Branches
List EAS Update branches for an app with cursor pagination
Get Branch
Retrieve a specific EAS Update branch by ID
Create Branch
Create a new EAS Update branch for an app
Delete Branch
Delete an EAS Update branch by ID
List Channels
List EAS Update channels for an app with cursor pagination
Get Channel
Retrieve a specific EAS Update channel by ID
Create Channel
Create a new EAS Update channel for an app
Update Channel
Update an EAS Update channel’s branch mapping
Delete Channel
Delete an EAS Update channel by ID
List Deployments
List EAS Update deployments (channel + runtime pairings) for an app
Get Deployment
Retrieve a specific EAS Update deployment by ID
List Workflows
List EAS Workflow definitions for an app
Get Workflow
Retrieve a specific EAS Workflow definition by ID
List Workflow Runs
List EAS Workflow runs for an app with cursor pagination and optional filters
Get Workflow Run
Retrieve a specific EAS Workflow run, including its jobs
List Environment Variables
List an app’s environment variables, optionally scoped to an environment
Create Environment Variable
Create an environment variable for an app
Update Environment Variable
Update an existing environment variable
Delete Environment Variable
Delete an environment variable by ID
List Webhooks
List the outbound webhooks configured on an app
Get Webhook
Retrieve a specific webhook by ID
Create Webhook
Create an outbound webhook on an app for build or submit events
Update Webhook
Update an existing webhook’s URL, event, or secret
Delete Webhook
Delete a webhook by ID