Harness Context
Retrieve the neutral session-bootstrap context for a service so your own framework can bootstrap against the same world model the hosted runner uses.
Last updated
Was this helpful?
Was this helpful?
curl -X GET \
'https://{base_url}/v1/{workspace_id}/agent-runs/harness-context?service_id={service_id}&version_set=release' \
-H 'Authorization: Bearer {api_key}'{
"context_version": 1,
"config_fingerprint": "a1b2c3d4",
"source": "api",
"identity": {
"entry_actor_name": "Front Desk",
"name": "Alex",
"role": "Patient coordinator",
"developed_by": "Acme Health",
"instructions": "Help patients coordinate appointments...",
"initial_state": "greeting"
},
"world_scope": { ... },
"tools": { ... },
"guardrails": { ... },
"write_floor": { ... },
"runtime": { ... }
}