Documentation
GET/apps/{appId}/agent/events
List agent events
Returns paginated agent events with cursor-based pagination.

Parameters

appIdpathrequired
string
cursorquery
string
limitquery
number
GET/apps/{appId}/agent
Get agent status
Returns the AI agent configuration, status, pending action, and timing info.

Parameters

appIdpathrequired
string
POST/apps/{appId}/agent/toggle
Toggle agent status
Enables or disables the AI agent for the app.

Parameters

appIdpathrequired
string

Request Body

Bodyapplication/json
FieldTypeNotes
enabled
boolean
required
POST/apps/{appId}/agent/approve
Approve pending action
Approves the agent's pending mutation, executes it against Apple's API, and resumes ticking.

Parameters

appIdpathrequired
string
POST/apps/{appId}/agent/reject
Reject pending action
Rejects the agent's pending mutation with a required reason, which is fed back as context in the next tick.

Parameters

appIdpathrequired
string

Request Body

Bodyapplication/json
FieldTypeNotes
reason
string
required
POST/apps/{appId}/agent/config
Update agent config
Persists the agent's optimization configuration (what to optimize, behavior settings).

Parameters

appIdpathrequired
string

Request Body

Bodyapplication/json
FieldTypeNotes
config
object
required
GET/apps/{appId}/agent/memories
List agent memories
Returns all persistent key-value memories stored by the agent.

Parameters

appIdpathrequired
string
GET/apps/{appId}/agent/experiments
List PPO experiments
Returns all Product Page Optimization experiments from App Store Connect.

Parameters

appIdpathrequired
string