/
AR
archal
/
Archal API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 23h ago
Details
Filter operations
get
List environment capabilities and state contracts
get
Describe one environment and its certification
post
Validate state without starting an environment
get
List environment sessions
post
Create environments with optional initial state
get
Inspect readiness and environment connection URLs
delete
Destroy a session and release its runtime resources
post
Extend an active environment session
post
Reset every stateful environment in a session
get
Inspect environment state
put
Replace environment state and its reset baseline
post
Reset one environment to its baseline
post
Compare explicit prior state with current state
get
Get bounded request metadata and retention status
get
Send a GET request to an environment
put
Send a PUT request to an environment
post
Send a POST request to an environment
delete
Send a DELETE request to an environment
head
Send a HEAD request to an environment
patch
Send a PATCH request to an environment
post
Send a Streamable HTTP MCP request to an environment
Inspect readiness and environment connection URLs
get
/api/sessions/{sessionId}
Path parameters
sessionId
string
required
Response
Successful response
object
required
sessionId
string
required
status
'starting'
|
'ready'
|
'running'
|
'tearing_down'
|
'ended'
|
'expired'
|
'failed'
required
alive
boolean
required
environmentIds
string[]
required
environments
object
required
createdAt
string
required
expiresAt
string
required
endedAt
string
nullable
required
teardownRequestedAt
string
nullable
lease
object
Changes