/
AR
archal
/
Archal API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 10h ago · Updated 1d 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
Compare explicit prior state with current state
post
/api/sessions/{sessionId}/environments/{environmentId}/state/diff
Path parameters
sessionId
string
required
environmentId
string
required
Request body
object
required
source
'explicit'
required
{"stackTrail":"paths:/api/sessions/{sessionId}/environments/{environmentId}/state/diff:post:requestBody:content:application/json:schema:properties:before","oasType":"schema","type":"unknown"}
maxChanges
integer
Response
Successful response
object
required
schema
'archal.environment-state-diff'
required
version
1
required
sessionId
string
required
environmentId
string
required
beforeSha256
string
required
afterSha256
string
required
changed
boolean
required
totalChanges
integer
required
returnedChanges
integer
required
truncated
boolean
required
changes
object[]
required
Changes