Last Verified: 2025-01-27
Package:
@hopx-ai/sdk on npm
Overview
The JavaScript SDK provides comprehensive TypeScript type definitions for all API responses and objects.Core Types
SandboxInfo
Sandbox information type.
TemplateInfo
Template information type.
ExecutionResult
Result of code execution.
CommandResponse
Result of command execution.
FileInfo
File or directory information.
Options Types
SandboxCreateOptions
Options for creating a sandbox.
CodeExecutionOptions
Options for code execution.
CommandOptions
Options for command execution.
Related Classes
See Also
- Errors - Learn about error handling
- Core Concepts - Learn about core concepts
Next Steps
Now that you understand TypeScript types, explore:- Sandbox Operations - Use types in practice
- Error Handling - Type-safe error handling
- Quickstart Guide - Get started with the SDK
- CLI Reference - Use HopX from the command line
- TypeScript Documentation - Learn more about TypeScript

