Skip to main content
POST
Start an iteration session

Authorizations

Authorization
string
header
required

Authorization: Bearer <token> where <token> is either a neo_sk_<env>_<secret> API key (service account) or a Microsoft Entra ID access token (dashboard user).

Path Parameters

agent_id
string
required

Body

application/json
hold_policy
enum<string>
default:AUTO_CONTINUE

Monitor verdict policy per §5.5 of the design: every step pauses either way; this only decides whether the seeded monitor turn may submit CONTINUE itself (AUTO_CONTINUE) or must wait for the human on every step (HOLD_EACH_STEP).

Available options:
AUTO_CONTINUE,
HOLD_EACH_STEP
target_entity_id
string | null

Response

Success.

data
PublicIterationSession · object
required
meta
object
required