Claude
Skills
Sign in
Back

daytona-sdk

Included with Lifetime
$97 forever

Use when working with Daytona SDK - uploadFile(Buffer, path), pnpm setup, CodeLanguage options

Backend & APIs

What this skill does


# Daytona SDK

## Quick Start

```typescript
// uploadFile: (content: Buffer, destination: string)
await sandbox.fs.uploadFile(
	Buffer.from(code),
	'/home/daytona/app.ts',
);
```

## Core Principles

- uploadFile takes `(Buffer, path)` not `(path, content)` - reversed
- CodeLanguage only supports: `python`, `typescript`, `javascript`
- Research via `gh search issues --repo daytonaio/daytona <query>`

## References

- [api-gotchas.md](references/api-gotchas.md) - Common API mistakes
- [snapshots.md](references/snapshots.md) - Pre-built images
- [tier-limits.md](references/tier-limits.md) - Preview vs Tier 3+

Related in Backend & APIs