You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Needs to be refined but this is the general idea @stefanicjuraj
Quickstart: Creating and Running Your First Workspace
Overview
This guide walks through creating and running a Daytona Workspace for an AI Agent.
Steps
Installation Options
Install Daytona by following our documentation
If you have Beta access, create an account (or join waitlist)
Environment Variables Setup
Cloud Setup:
Copy1. Navigate to Daytona Dashboard
Go to API Keys section
Click "Create Key"
Copy key to your .env file
OSS Setup:
Copy1. Run: daytona api-key generate
Copy generated key to your .env file
SDK Installation
Choose your preferred package manager:
pip install daytona-sdk
npm install @daytona/sdk
Workspace Code
Python examples available in our SDK repository
TypeScript examples coming soon
Needs to be refined but this is the general idea @stefanicjuraj
Quickstart: Creating and Running Your First Workspace
Overview
This guide walks through creating and running a Daytona Workspace for an AI Agent.
Steps
Install Daytona by following our documentation
If you have Beta access, create an account (or join waitlist)
Cloud Setup:
Copy1. Navigate to Daytona Dashboard
OSS Setup:
Copy1. Run: daytona api-key generate
Choose your preferred package manager:
Python examples available in our SDK repository
TypeScript examples coming soon
bashCopy# TypeScript
npx tsx ./index.ts
The text was updated successfully, but these errors were encountered: