Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rewrite Getting Started for SDK #225

Closed
ivan-burazin opened this issue Jan 7, 2025 · 0 comments · Fixed by #227
Closed

Rewrite Getting Started for SDK #225

ivan-burazin opened this issue Jan 7, 2025 · 0 comments · Fixed by #227

Comments

@ivan-burazin
Copy link
Member

ivan-burazin commented Jan 7, 2025

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

  1. Installation Options

Install Daytona by following our documentation
If you have Beta access, create an account (or join waitlist)

  1. Environment Variables Setup
    Cloud Setup:
    Copy1. Navigate to Daytona Dashboard
  2. Go to API Keys section
  3. Click "Create Key"
  4. Copy key to your .env file
    OSS Setup:
    Copy1. Run: daytona api-key generate
  5. Copy generated key to your .env file
  6. SDK Installation
    Choose your preferred package manager:
  • pip install daytona-sdk
  • npm install @daytona/sdk
  1. Workspace Code

Python examples available in our SDK repository
TypeScript examples coming soon

  1. Launch Workspace
    bashCopy# TypeScript
    npx tsx ./index.ts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant