Skip to main content
GET
Check whether an engine upgrade is available

Authorizations

Authorization
string
header
required

An aik_… programmatic API key (app.atako.ai → Settings → API keys) or a Supabase session JWT.

Path Parameters

id
string
required

Agent id

Response

available
boolean
required

True only when target is strictly semver-newer than current.

upgrading
boolean
required
current
string | null
target
string | null
upgradeStatus
enum<string> | null
Available options:
requested,
running,
succeeded,
failed
upgradeError
string | null