TinyAgents

TinyAgents lets you build AI-powered agents that can take real actions: research prospects, write personalized emails, enrich data, answer customer questions, and interact with your tools. Deploy them as chat widgets, API endpoints, or connect them to workflows.

TinyAgent studio
Agent builder with Identity, Model, Capabilities tabs

What you can build

  • Customer support agent: answer questions using your knowledge base
  • Content writer agent: generate articles, emails, social posts
  • Data analyst agent: analyze spreadsheet data and generate insights
  • Sales development agent: research prospects, compose outreach
  • Code assistant agent: help developers with code-related queries

Creating an agent

  1. Go to Build → Agents → + Create Agent
  2. Choose a starting template:
TemplateWhat it sets up
Start from scratchEmpty agent: configure everything
Customer SupportPre-configured for support queries with knowledge base
Data AnalystConfigured for data analysis tasks
Content WriterWriting-focused with tone and style settings
Code AssistantDeveloper-oriented with code generation
  1. Name your agent and optionally describe what it does
  2. You'll land in the Agent Studio with 4 configuration tabs

Configuration: 4 tabs

Identity tab

FieldDescription
DescriptionWhat the agent does (300 characters max)
InstructionsSystem prompt: tells the AI how to behave (freeform text). Has an "AI Optimize" button to improve your instructions automatically
Conversation StartersSuggested prompts shown to users (orderable list)
Behavior RulesHard guardrails the agent always follows: non-negotiable rules

Capabilities tab

FeatureDescription
System toolsBuilt-in tools; toggle on/off individually
Custom toolsBuild tools from external APIs or TinyWorkflow automations
Prebuilt agentsAttach sub-agents for specialized tasks
Knowledge BaseUpload PDF, DOCX, TXT, CSV files (up to 10MB each) for the agent to reference

Prebuilt sub-agents

Sub-agentCategoryWhat it does
Tiny ScoutResearchResearch prospects and companies
Tiny ComposerCommunicationWrite personalized messages and emails
Tiny SearchResearchSearch the web for information
Company EnricherEnrichmentLook up company details from a domain
Person EnricherEnrichmentFind contact details from name + company
Email FinderEnrichmentFind email addresses

Brain tab

Configure the AI model powering the agent:

FieldDescription
ProviderOpenAI, Anthropic, Google Gemini, Mistral, or TinyGPT
ModelSpecific model (e.g., GPT-4o, Claude 3.5 Sonnet, Gemini Pro)
TemperatureCreativity level (0 = deterministic, 1 = creative)
Max tokensMaximum response length
API keyBring your own key or use saved keys

Azure OpenAI is also supported with custom endpoint and deployment configuration.

Activity tab

Live conversation log: see all interactions with the agent in real time.

Deployment

Deploy your agent in 3 steps:

Step 1: Appearance

SettingOptions
AvatarCustom image URL
Chat colorPresets + custom color picker
FontSystem UI, Oswald, Poppins, Georgia, Monospace
Audio inputToggle voice input on/off
File attachmentsToggle file upload on/off
Powered By badgeToggle TinyCommand branding (plan-gated)

Step 2: Publish

Click Publish to generate a public URL. Republish when you make changes.

Step 3: Embed

6 embed modes. Copy the script tag and paste it into any website:

ModeDescription
InlineRendered directly in the page content
Full PageTakes over the entire page
PopupButton that opens a modal chat window
Corner ButtonFloating button in the corner (most common for support bots)
FloatingFloating chat bubble
SidebarCollapsible sidebar panel

Each mode generates a <script> tag to paste into your HTML.

Connecting to workflows

Agents can use TinyWorkflow automations as custom tools:

  1. Create a workflow that accepts input and produces output
  2. In the agent's Capabilities tab, add a Custom Tool
  3. Connect it to the workflow
  4. The agent can now call the workflow as part of its reasoning

This lets agents take real actions (create CRM records, send emails, update databases), not just generate text.

Warning

Agents consume credits per interaction. The credit cost depends on the model tier selected in the Brain tab. Monitor usage in the Credit Usage section.

Tip

Start with a template (Customer Support or Content Writer) and customize from there. It's faster than building from scratch, and the templates include tested instructions and behavior rules.