What You’ll Build
In this tutorial, you’ll create a Customer Support Agent that can:- Answer common questions about your product
- Route complex issues to the right team
- Maintain context across conversations
Step 1: Sign In
Go to Junis
Navigate to https://junis.ai and click “Sign in with Google”
Authorize Access
Grant Junis permission to access your Google account. We only use this for authentication.
Junis never accesses your Gmail, Drive, or other Google services without explicit permission.
Step 2: Create Your First Agent
Navigate to Orchestration
After logging in, you’ll see the main dashboard. Click “Team Management” dropdown in the Navigation Bar, then select “Agent Orchestration”.
View Agent Configuration
In the Orchestration tab, you’ll see a pre-configured Orchestrator agent (don’t modify this yet).
Step 3: Configure Your Agent
Fill in the agent creation form:What do these settings mean?
What do these settings mean?
- Agent Type: LLM Agent uses a language model to generate responses
- Model: Claude Sonnet 4.5 is fast and cost-effective for most tasks
- Temperature: 0.7 balances creativity and consistency (0 = deterministic, 1 = creative)
- Max Output Tokens: Limits response length to control costs
- Instructions: The “system prompt” that defines the agent’s behavior
Step 4: Connect Agent to Orchestrator
Add Your Agent as a Sub-Agent
Scroll to the “Sub-Agents” section and click ”+ Add Sub-Agent”.Select “Customer Support Agent” from the dropdown and set:
- Order: 1 (execution priority)
- Description: “Handles customer support questions”
Step 5: Test Your Agent
Congratulations! 🎉
You’ve created your first AI agent! Here’s what you learned:✅ How to create and configure an LLM Agent
✅ How to write effective agent instructions
✅ How to connect agents to the Orchestrator
✅ How to test agents in the chat interface
Next Steps
Add Tools to Your Agent
Connect to APIs, databases, and external services
Create a Sequential Workflow
Chain multiple agents together
Connect MCP Platforms
Integrate GitHub, Firecrawl, and custom MCP servers
Tips for Better Agents
Write Clear Instructions
Write Clear Instructions
- Be specific about the agent’s role and responsibilities
- Provide examples of expected inputs and outputs
- Include edge cases (e.g., “If you cannot help, say X”)
- Use bullet points for readability
Start Simple, Then Iterate
Start Simple, Then Iterate
- Begin with basic functionality
- Test thoroughly with real user messages
- Add complexity (tools, RAG, sub-agents) gradually
- Monitor agent performance and refine instructions
Use the Right Model
Use the Right Model
- Claude Haiku: Fast, cheap, good for simple tasks ($0.25/1M tokens)
- Claude Sonnet: Balanced speed and quality ($3/1M tokens)
- Claude Opus: Most capable, best reasoning ($15/1M tokens)
- GPT-4o: Best for structured outputs and function calling
Test Edge Cases
Test Edge Cases
Try these scenarios:
- Ambiguous questions
- Out-of-scope requests
- Multi-turn conversations
- Requests in different languages
- Adversarial inputs (jailbreaks, prompt injections)
Common Issues
Agent not responding
Agent not responding
Possible causes:
- Agent is inactive (check Status toggle)
- Orchestrator didn’t route to your agent (check Agent Pipeline Viewer)
- API key missing for the selected model
- Ensure agent Status is Active (green toggle)
- Check Orchestrator instructions include your agent
- Verify API keys in Settings > Organization
Responses are generic or off-topic
Responses are generic or off-topic
Possible causes:
- Instructions are too vague
- Temperature is too high (> 0.9)
- Agent doesn’t have enough context
- Rewrite instructions with specific examples
- Lower temperature to 0.5-0.7 for consistency
- Add relevant information to the system prompt
Slow response times
Slow response times
Possible causes:
- Using a slow model (Opus, GPT-4)
- Agent is calling multiple tools/sub-agents
- Network latency
- Switch to Haiku or Sonnet for faster responses
- Optimize tool calls (reduce number of API requests)
- Use streaming for better perceived performance
Need Help?
Pro Tip: Explore Public Agents in Agent Orchestration > New Agent > Public Agent to discover pre-built templates you can clone and customize for your AI Team.
