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
{{ message }}
This repository was archived by the owner on Jul 16, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: src/content/docs/getting-started.mdx
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -402,6 +402,8 @@ npx ts-node claude-example.ts
402
402
403
403
Use the Daytona SDK [Python examples](https://github.com/daytonaio/sdk/tree/main/examples/python) or [TypeScript/JavaScript examples](https://github.com/daytonaio/sdk/tree/main/examples/typescript) to create a Sandbox and run your code.
404
404
405
+
Speed up your development on Daytona using LLMs. Copy the /llms.txt files and include them into your projects or chat context: [llms-full.txt](https://www.daytona.io/docs/llms-full.txt) or [llms.txt](https://www.daytona.io/docs/llms.txt)
406
+
405
407
Learn more by checkout out the Daytona SDK repository on [GitHub](https://github.com/daytonaio/sdk).
Copy file name to clipboardExpand all lines: src/content/docs/index.mdx
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ enabling you to programmatically manage development environments and execute cod
24
24
25
25
### Quick Start
26
26
27
-
Run your first line of code in a Daytona Sandbox.
27
+
Run your first line of code in a Daytona Sandbox. Use our [LLMs context files](/docs/getting-started#additional-examples) for faster development with AI assistants.
28
28
29
29
#### 1. Get Your API Key
30
30
@@ -33,7 +33,6 @@ Run your first line of code in a Daytona Sandbox.
33
33
- Go to the Daytona [Dashboard](https://app.daytona.io/dashboard).
34
34
- Create a new [API key](https://app.daytona.io/dashboard/keys). Make sure to save it securely,
0 commit comments