Requires Enterprise plan. Contact sales for access.
SDKs available
See the API Reference for full details.Getting started
Watch the walkthrough below, then follow the steps to get started.1. Sign up
Go to app.ona.com and sign up. Then generate a personal access token for SDK authentication.2. Install the SDK
3. Authenticate
Set theGITPOD_API_KEY environment variable:
4. Run an example
Create an environment and run a command with the Python SDK:Examples
| Example | Description | Link |
|---|---|---|
| Run a command | Initialize an environment from a Git repository and run a command | Python |
| Run a service | Run a long-lived service (database, message queue) in an environment | Python |
| File system access | Read and write files in an environment programmatically | Python |
| Anthropic tool use | Use the Anthropic tool with Model Context Protocol (MCP) | Python |
| MCP server | MCP server integration | Go |