npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

n8n-nodes-daytona

v0.1.2

Published

n8n community node for Daytona sandbox management and code execution

Downloads

172

Readme


A community node for n8n that integrates with the Daytona API. Create and manage sandboxes, execute code, handle snapshots, volumes, and more.

API Coverage

The table below shows which endpoints are currently implemented:

| API Resource | Status | Operations | | ------------------- | ------- | ----------------------------------------------------------------------------------------------------------------- | | Sandbox | ✅ Full | Create, Delete, Get, Get Many, Start, Stop | | Code Execution | ✅ Full | Run Code, Run Command | | Runner | ✅ Full | Create, Delete, Get, Get by Sandbox ID, Get Many, Set Draining, Set Scheduling | | User | ✅ Full | Create, Enroll in SMS MFA, Get, Get Account Providers, Get Many, Get Me, Link Account, Regenerate Key Pair, Unlink Account | | Snapshot | ✅ Full | Activate, Create, Deactivate, Delete, Get, Get Many | | Volume | ✅ Full | Create, Delete, Get, Get Many | | Docker Registry | ✅ Full | Create, Delete, Get, Get Many, Set Default, Update | | API Key | ✅ Full | Create, Delete, Get, Get Current, Get Many | | Organization | ✅ Full | Create, Delete, Get, Get Many |

Installation

  1. Make a new workflow or open an existing one
  2. Open the nodes panel by selecting + or pressing Tab
  3. Search for Daytona
  4. Select Install to install the node for your instance

Credentials

  1. Get your API key from the Daytona Dashboard
  2. In n8n, go to Credentials > Add credential
  3. Search for Daytona API and paste your key

Resources

| Operation | Description | | --------- | ------------------------------------ | | Create | Create a new sandbox | | Delete | Remove a sandbox | | Get | Retrieve sandbox details | | Get Many | List sandboxes | | Start | Start a stopped sandbox | | Stop | Stop a running sandbox |

| Operation | Description | | ----------- | ---------------------------------- | | Run Code | Execute code in a sandbox | | Run Command | Run a shell command in a sandbox |

| Operation | Description | | ------------------ | -------------------------------------- | | Create | Create a new runner | | Delete | Remove a runner | | Get | Retrieve runner details | | Get by Sandbox ID | Get the runner for a specific sandbox | | Get Many | List runners | | Set Draining | Enable or disable runner draining | | Set Scheduling | Enable or disable runner scheduling |

| Operation | Description | | ---------------------- | ------------------------------------ | | Create | Create a new user | | Enroll in SMS MFA | Enroll a user in SMS-based MFA | | Get | Retrieve user details | | Get Account Providers | List linked account providers | | Get Many | List users | | Get Me | Get the current authenticated user | | Link Account | Link an external account provider | | Regenerate Key Pair | Regenerate a user's key pair | | Unlink Account | Unlink an external account provider |

| Operation | Description | | ---------- | ------------------------------ | | Activate | Activate a snapshot | | Create | Create a new snapshot | | Deactivate | Deactivate a snapshot | | Delete | Remove a snapshot | | Get | Retrieve snapshot details | | Get Many | List snapshots |

| Operation | Description | | --------- | ------------------------- | | Create | Create a new volume | | Delete | Remove a volume | | Get | Retrieve volume details | | Get Many | List volumes |

| Operation | Description | | ----------- | ---------------------------------- | | Create | Add a Docker registry | | Delete | Remove a registry | | Get | Retrieve registry details | | Get Many | List registries | | Set Default | Set a registry as default | | Update | Modify registry settings |

| Operation | Description | | ----------- | -------------------------------- | | Create | Create a new API key | | Delete | Revoke an API key | | Get | Retrieve API key details | | Get Current | Get the currently used API key | | Get Many | List API keys |

| Operation | Description | | --------- | -------------------------------- | | Create | Create a new organization | | Delete | Remove an organization | | Get | Retrieve organization details | | Get Many | List organizations |

Development

git clone https://github.com/hansdoebel/n8n-nodes-daytona.git
cd n8n-nodes-daytona
npm install
npm run build
npm run lint

License

MIT