Overview
This quickstart guide will help you:- Create an account and set up your organization
- Build your first agent using the web interface
- Test your agent in the chat interface
- (Optional) Integrate via API using the OpenAI-compatible endpoint
Prerequisites: A Google account for authentication. No coding required for steps 1-3!
Step 1: Create Your Account
Sign Up
Go to junis.ai and click “Sign in with Google”
Complete Onboarding
You’ll be redirected to the onboarding page. Fill in:
- Organization Name: Your company or personal workspace name
- Display Name: How you want to be addressed
Step 2: Create Your First Agent
Navigate to Orchestration
Click “Team Management” dropdown in the Navigation Bar, then select “Agent Orchestration”
Step 3: Test Your Agent
Step 4: Integrate via API (Optional)
Now let’s call your agent programmatically using our OpenAI-compatible API.Generate API Key
- Navigate to “Dashboard” → “API Keys”
- Click “Create New API Key”
- Enter:
- Name: My First API Key
- Description: Testing quickstart
- Scopes: (leave default)
- IMPORTANT: Copy the key immediately - it won’t be shown again!
Next Steps
Agent System Overview
Learn about Sequential, Parallel, and Loop agents
Connect External Services
Integrate GitHub, Firecrawl, and more via MCP
Scheduled Tasks
Automate workflows with flexible scheduling
Tools & Capabilities
Explore all available tools and features
Common Issues
Agent not responding
Agent not responding
Solutions:
- Check if agent is active (toggle in admin panel)
- Verify LLM model is available (check status page)
- Refresh the page and try again
- Check browser console for errors (F12)
API key not working
API key not working
Solutions:
- Ensure you’re using the correct header:
X-API-Key - Check if key is still active in admin panel
- Verify you’re calling the correct endpoint:
/api/external/v1/chat/completions - Check for typos in the API key
Slow responses
Slow responses
Possible causes:
- Model: Claude Opus is slower than Haiku. Switch to Haiku for faster responses
- RAG: Large knowledge bases increase latency. Optimize document size
- MCP: External service calls add time. Use caching when possible
- Network: Check your internet connection
