Operation details
Playground
Query
query.graphql
Variables
variables.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Create sandbox session mutation.
| Field | Value |
|---|---|
| Name | createSandboxSession |
| Group | Sandbox |
| Type | Mutation |
| Signature | createSandboxSession(projectReference: String, projectId: ID, environmentId: ID, ttlMode: String, ttlHours: Int): SandboxSession! |
mutation CreateSandboxSession($projectReference: String, $projectId: ID, $environmentId: ID, $ttlMode: String, $ttlHours: Int) {
createSandboxSession(projectReference: $projectReference, projectId: $projectId, environmentId: $environmentId, ttlMode: $ttlMode, ttlHours: $ttlHours) {
createdAt
endpoint
expiresAt
id
shortId
}
}
{}