/
/Archal API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2h ago · Updated 23h ago
  • getList environment capabilities and state contracts
  • getDescribe one environment and its certification
  • postValidate state without starting an environment
  • getList environment sessions
  • postCreate environments with optional initial state
  • getInspect readiness and environment connection URLs
  • deleteDestroy a session and release its runtime resources
  • postExtend an active environment session
  • postReset every stateful environment in a session
  • getInspect environment state
  • putReplace environment state and its reset baseline
  • postReset one environment to its baseline
  • postCompare explicit prior state with current state
  • getGet bounded request metadata and retention status
  • getSend a GET request to an environment
  • putSend a PUT request to an environment
  • postSend a POST request to an environment
  • deleteSend a DELETE request to an environment
  • headSend a HEAD request to an environment
  • patchSend a PATCH request to an environment
  • postSend a Streamable HTTP MCP request to an environment

Create environments with optional initial state

post/api/sessions

Headers

Idempotency-Keystring required

Request body

ttlSecondsinteger
initialStateobject
environmentsstring[] required

Response

Environment session created

sessionIdstring required
status'starting' | 'ready' | 'running' | 'tearing_down' | 'ended' | 'expired' | 'failed' required
environmentIdsstring[] required
environmentsobject required
expiresAtstring required

Changes