Skip to content
Runta
Resources
Docs
Blog
Pricing
About
Careers
Start free trial
Resources
Docs
Blog
Pricing
About
Careers
Social
Discord
GitHub
X
LinkedIn
Search
Ctrl
K
Cancel
Start Here
Getting Started
Architecture
Runtime Basics
Features
Token Saving
Auto Suspend and Wake-Up
Files
Egress
Checkpoints
Secret Stubs
Publish a Service
Memory Auto Scaling
Team Access and Roles
Agent Skills
Overview
Runta Installer Skill
Runta Demos Skill
Runta CLI Skill
Runta Python SDK Skill
Runta TypeScript SDK Skill
Integration
Harbor
OpenAI Agents SDK
Runta CLI
Overview
Install and Configuration
Lifecycle
Command Execution
Files
Checkpoints
Egress
Secrets
Python SDK
Overview
Sync
CheckpointManager
EgressManager
FileManager
Runta
Runtime
RuntimeCheckpointManager
RuntimeManager
RuntimeSecretManager
SecretManager
Async
AsyncCheckpointManager
AsyncEgressManager
AsyncFileManager
AsyncRunta
AsyncRuntime
AsyncRuntimeCheckpointManager
AsyncRuntimeManager
AsyncRuntimeSecretManager
AsyncSecretManager
Shared
ApiError
CheckpointInfo
CheckpointState
CommandError
CommandResult
ConfigError
CreateRuntimeResourceRequests
CreateRuntimeResources
DefaultSecretStubInfo
EgressMode
EgressPolicy
IngressSpec
PatchRuntimeResourceRequests
PatchRuntimeResources
RuntaError
RuntimeInfo
RuntimeResourceLimits
RuntimeResourceRequests
RuntimeResources
RuntimeStatus
SecretInfo
SecretStubConfig
SecretStubInfo
TypeScript SDK
Overview
Core
Runta
Runtime
Managers
Runtimes
Files
Secrets
Checkpoints
Egress
Shared
Configuration
Runtime Models
Secret Models
Checkpoint Models
Statuses and Modes
Errors
Runta REST API
Overview
Health
Liveness check
GET
Liveness check
HEAD
Runtimes
List runtimes
GET
Create a runtime
POST
Get a runtime by UUID
GET
Delete a runtime by UUID
DELETE
Patch runtime resources or policy
PATCH
Boot a shut-down runtime
POST
Pause a running runtime
POST
Resume a paused runtime
POST
Gracefully shut down a runtime
POST
Run a buffered command
POST
Files
Read a single file from a runtime
GET
Write a single file into a runtime
PUT
Secrets
List egress secret metadata
GET
Get egress secret metadata
GET
Store or replace an egress secret
PUT
Delete an egress secret
DELETE
Secret Stubs
List tenant default secret stubs
GET
Store or replace a tenant default secret stub
PUT
Create a tenant default secret stub
POST
Delete a tenant default secret stub by UUID
DELETE
List secret stubs for a runtime
GET
Store or replace a runtime-scoped secret stub
PUT
Create a runtime-scoped secret stub
POST
Atomically replace a managed subset of runtime secret stubs
PUT
Get runtime secret stub metadata
GET
Delete a runtime secret stub
DELETE
List all secret stubs
GET
Delete a secret stub by UUID
DELETE
Checkpoints
Create a checkpoint from a runtime
POST
List user checkpoints
GET
Get checkpoint metadata
GET
Delete a checkpoint
DELETE
SSH Keys
List SSH public keys registered for a runtime
GET
Register an SSH public key for a runtime
POST
Delete a runtime SSH public key
DELETE
WatchFox
Get WatchFox observation and optimization status
GET
List WatchFox findings
GET
Get one WatchFox finding event with captured input and output
GET
List applied WatchFox token savings
GET
ConfigError
Configuration is missing or invalid.
Shared
ConfigError declaration
Section titled “ConfigError declaration”
class
ConfigError
(
RuntaError
):