Skip to main content

Base URL

https://agentcell.live/api

Authentication

All endpoints require an API key passed via the X-API-Key header:
curl https://agentcell.live/api/sessions \
  -H "X-API-Key: YOUR_API_KEY"
Get your API key from Settings.

Endpoints

Create Session

Spawn a new Android phone instance

List Sessions

List all your sessions

Get Session

Get status and details of a session

Delete Session

Stop and remove an instance

Run Task

Run a natural language task on a session

Status codes

CodeMeaning
200Success
402Trial expired or session limit reached
404Session not found
409Session not ready (still booting)
422Invalid request body