Skip to main content

Templates

Templates are the fastest way to turn an idea into a working agent. With SmythOS Templates, you start from a ready-made blueprint for real-world tasks like scraping LinkedIn leads, analyzing sentiment, or managing Dropbox folders. You can open a template, remix it, and deploy in just a few clicks.

What is a Template?

A Template is a prebuilt agent setup for a specific job. It comes with tested components, default settings, and a working flow so you can get started immediately and then customize as you go.

Who Templates Are For

Templates are perfect if you want to:

  • Automate a task quickly without starting from scratch
  • See real examples of how SmythOS agents work
  • Learn by tweaking proven workflows
  • Launch something today and improve it over time
Remix and make it yours

Every template is editable. Duplicate it, adjust the flow, swap components, and save your customized version as a new agent.

How to Use a Template

Here’s how to go from browsing a template to deploying your own agent:

Step 1: Open Templates

Go to the Templates tab in Studio or open the gallery at app.smythos.com/templates.

Step 2: Pick the right template

Browse by category or use search. Open a template to see its description, required credentials, and a preview of the workflow.

Step 3: Remix

Click Remix to create your own copy inside Studio. This gives you a fully editable version.

Step 4: Connect credentials

Go to Studio → Settings → Credentials to add any required API keys or accounts.
Most templates need at least one provider key. Always store secrets in the Vault, not inside node fields.

Step 5: Test your agent

Choose a test mode that matches how you plan to run the agent:

ModeWhat it does
FormEnter structured inputs and review outputs
ChatTalk to the agent in a chat-style interface
APISend a request like the production endpoint
LLMTry out an LLM integration
PostmanRun real API calls with Postman
AlexaTest voice requests
MCPUse Model Context Protocol
GPTValidate with GPT-based clients

Step 6: Deploy

When the template behaves as expected:

  1. Click Deploy in Studio
  2. Select Agent Cloud as the hosting option
  3. Assign a version number
  4. Share the live HTTPS URL
Troubleshooting tip

If testing fails, check your credentials, required inputs, and any provider rate limits. Most errors resolve after adding the missing key, correcting inputs, or raising limits.

Start with these community favorites:

TemplateCategoryWhat it does
LinkedIn Leads BuilderSalesCollects leads from LinkedIn pages and search results
Azure Vision OCR AgentDevelopmentExtracts text from images using Azure Vision API
Content Strategy GeneratorMarketingCreates SEO content plans from a domain
Dropbox Folder CreatorDevelopmentCreates Dropbox folders via Zapier
Sentiment and Emotion AnalysisDevelopmentAnalyzes text for sentiment and emotion
PDF to Text ConverterDevelopmentConverts PDFs to clean, readable text

Finding the Right Template

Here are a few ways to narrow your search:

  • Look up the platform you use (for example: Slack, Airtable, Dropbox)
  • Filter by what you want to achieve (summarize, classify, extract)
  • Open the template to review required credentials and example inputs
  • Start with the closest match and Remix to adjust it for your needs

Template Anatomy

Each template usually includes:

  • Inputs: values you provide when running it, like a URL or file
  • Components: nodes such as connectors, tools, or LLM steps
  • Flow: how data moves between steps
  • Outputs: the result, such as text, JSON, or a file

Knowing these parts makes customizing easier.

Security and Credentials

  • Add API keys in Studio → Settings → Credentials
  • Give only the permissions required for the template
  • Rotate or revoke secrets when access changes
  • Never paste secrets directly into node fields

Troubleshooting

  • Missing credentials: add the required key and retest
  • Invalid inputs: check field requirements and examples
  • Rate limits: reduce batch size, add retries, or request higher limits
  • Workflow errors: inspect the failing block, review the snapshot, and use Fix with AI

Next Steps