Quickstart: Your First Agent Request
This guide walks you through the basics of Agent-CoreX in under 5 minutes.Step 1: Sign Up
Go to agent-corex.com and create a free account. You’ll get:- API key for authentication
- Access to MCP marketplace (100+ servers)
- 1,000 free API requests/month
Step 2: Install the SDK
Step 3: Make Your First Request
JavaScript/TypeScript
Python
cURL
Step 4: View Results
Check your GitHub repository and Slack channel:- ✅ PR created on GitHub
- ✅ Slack message posted
- ✅ All done in seconds!
What Just Happened?
- Retrieval - Your natural language query matched against 100+ available tools
- Ranking - Tools ranked by relevance (create PR scored 0.98, notify 0.92)
- Execution - Selected tools executed in order
- Results - Returned with status and output
Next: Connect MCP Servers
Your agent is now connected to default MCP servers. To add more tools:- Go to Dashboard → MCP Servers
- Browse the marketplace
- Click “Connect” on any server
- Your agent instantly gains access to its tools
Popular MCP Servers to Start With
GitHub
PRs, issues, deployments, CI/CD workflows
Slack
Messages, channels, user management
Jira
Issues, sprints, project management
Common Patterns
Pattern 1: Search + Execute
Pattern 2: Multi-Step Workflow
Pattern 3: Error Handling
Troubleshooting
API Key not working?
API Key not working?
Check that your API key is correctly set in the environment variable:
Tool not found?
Tool not found?
Make sure the tool is connected in your MCP Servers dashboard. Use
/retrieve_tools to see what’s available.Rate limited?
Rate limited?
Free tier: 1,000 requests/month. Upgrade to Pro for higher limits (100,000/month).
Next Steps
Explore Core Concepts
Understand how dynamic retrieval works under the hood.
MCP Servers Guide
Learn how to connect and use MCP servers for developers.
Real Use Cases
See production examples for GitHub, DevOps, and workflows.
Full API Reference
Dive into detailed endpoint documentation.
Ready to build? Join our community Slack for questions and examples!