tutorials
How to Build a Pinata Agent Template
You've built an agent that does something useful. Now you want others to be able to deploy it without starting from scratch. That's what templates are for. A template is three things: a public Git repo, a manifest.json at the root, and a workspace/ directory.
Read more