Option 1: Start from a Template
The Agent Marketplace is the fastest path to a working agent. Templates ship with pre-written instructions, the right tools pre-selected, and a guided flow for connecting your accounts.Open the Marketplace
Navigate to studio.scoutos.com/agents/marketplace. Browse the available templates — Meeting Prep, Competitor Intel, Deal Monitor, Seller Guidance, CRM Hygiene, Personal Agent — and click any card to preview what it does and which integrations it requires.
Click Use Template
When you find one that fits, click Use Template. Scout creates the agent with all its pre-configured instructions, selects the right tools, and prompts you to authorize any integrations the template needs (Salesforce, HubSpot, Google Workspace, and so on).
Connect your accounts
Follow the guided setup to connect your tools. You can skip optional integrations and add them later from the Tools tab on your agent.
Option 2: Build from Scratch
If your use case is specific to your team or you want full control from the start, build a custom agent at studio.scoutos.com/agents/new.Name your agent
Choose a clear, descriptive name that tells your team exactly what this agent does.
- ✅ “Meeting Research Assistant”
- ✅ “Pipeline Risk Monitor”
- ❌ “Agent 1” or “Test”
Write your instructions
Instructions are the system prompt that defines your agent’s role, communication style, and guardrails. Be specific about what it should and shouldn’t do.Strong instructions are the single biggest factor in agent quality. Treat them like a job description for a new hire: the more clearly you define expectations, the better the results.
Add tools
Go to the Tools tab to give your agent capabilities. Native tools are available immediately — toggle them on to activate:
- Web Search — search the internet for current information
- Scout Knowledge Base Search — search documents in your workspace
- Code Execution — write and run JavaScript or TypeScript for deterministic compute
Configure settings
Click the Settings tab to tune how your agent behaves.Model selection — The default Auto setting lets Scout route each request to the best model for the task complexity, powered by Not Diamond. This is the right choice for most agents. Pin a specific model (Claude Sonnet, GPT-4o, etc.) only when you need predictable costs or have a specific reason to lock behavior.Response style — Choose from Precise (focused, reliable answers — best for data tasks), Balanced (recommended for everyday use), Creative (expressive responses for writing and ideation), or Experimental (open-ended, freeform).Max steps — Each tool call counts as one step. Set this based on task complexity:
- 5–10 steps for simple lookups and quick responses
- 15–20 steps for research tasks with multiple searches
- 25+ steps for complex workflows involving multiple tools
Schedule Your Agent
Once your agent is working well manually, you can set it to run automatically — no workflow required.- Open your agent and go to the Triggers tab
- Click Add Schedule
- Choose a frequency: daily, weekly, or a custom cron expression
- Define the task the agent should run and any inputs it needs
- Save and enable the schedule
Access Your Agent via SDK
In addition to Scout Studio and chat, you can call any agent programmatically using the Python or TypeScript SDK. Authenticate with an API key from Settings → API Keys.agent_abc123 with the agent ID shown in Scout Studio under your agent’s settings. See the API Reference for the full list of parameters, including streaming responses and async interactions.
Embed Your Agent as a Copilot
You can also deploy your agent as a chat widget on any website or web app with a single script tag:HTML
copilot-id. See Copilot for configuration options, appearance settings, and the public deployment checklist.