Skip to main content
Base: https://agi.akhara.ai Pass env_id to select which environment runs your tasks (e.g. amazon_gym_android, cvs_gym).

List tasks

Returns the ordered task bank used when you pass num_examples.

Start evaluation

Response (202):

Get run status

Result fields that matter

Cancel run

List / get evaluations

Open run

Unscored free-play with a custom instruction (no verifiers, reward 0.0).
Poll with the same GET /evaluations/run/{run_id}/status.

Agent observation (what we POST to you)

Typical fields your endpoint receives (wrapper AgentObservation):
  • screenshot_b64
  • instruction, task_id, step, episode_id
  • UI / screen metadata (and optionally slim mode via minimal_observation)
Return a JSON action (action + params) as in Actions.