/
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
Describe one environment and its certification
get
/api/environments/{environmentId}
Path parameters
environmentId
string
required
Response
Successful response
object
required
id
string
required
name
string
required
availability
'available'
|
'in-progress'
required
startable
boolean
required
launch
boolean
required
transports
string[]
required
certification
object
required
state
object
required
Changes