Skip to main content
Templates are currently in beta.
Templates are the fastest way to get a working agent. Instead of configuring everything yourself, pick a template that does what you need — it comes with the right skills, settings, and personality already set up. Just add your API keys and deploy.

Find a Template

Browse templates at agents.pinata.cloud/templates. You’ll see two sections: Agent Marketplace — Community and partner templates ready to deploy. You’ll find agents for trading, social media, productivity, and more. My Templates — Templates you’ve created or submitted. Use these to quickly spin up copies of your own agent configurations. Click any template to see what it does, what skills it includes, and what secrets you’ll need to provide.

Deploy It

Once you’ve found a template you like:
  1. Click Deploy This Agent
  2. Give your agent a name
  3. Add any secrets the template requires (usually just your LLM API key)
  4. Click Deploy
Your agent will spin up in about 30 seconds. You’ll land on its chat page, ready to go.

What About Secrets?

Most templates need at least an LLM provider key (like ANTHROPIC_API_KEY). Some need additional keys — a Telegram template needs your bot token, a trading template might need exchange API keys. The template page shows exactly what’s required. If you haven’t added those secrets yet, you’ll be prompted during setup. Or add them ahead of time in your secrets vault.

Using the CLI

pinata agents templates list                    # Browse templates
pinata agents create --template <template-id>   # Deploy one

Create Your Own

Built something useful? Package it as a template and share it with others — or just use it to quickly spin up copies of your own agents.

Creating Templates

Learn how to package your agent as a reusable template.