πŸ‘·β€β™€οΈCreating your first atomic block

Learn how to create an atomic block

Creating your first python atomic block

Go to Grut's Studio no link https://app.grut-tech.com/studio/actions, select Atomic Blocks on the top-left and click + atomic block.

Create atomic block button
New Atomic Block

Now just write your python code for whatever you want your block to do. After that, insert necessary inputs for the block to work on the right pannel. Also, add block's outputs on the block config part on the right side pannel. Now just save it and it will be ready to be used anywhere you want inside Grut's Studio. You can run it inside our Studio or you can download your code and run it locally on your machine. You can also use inside your workflows or on your APIs and WebApplications.

If you are new to python, go to the code assistant section.

Here is our example:

Example atomic block

Last updated