Skip to main content

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

Or using Python:

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?

  1. Retrieval - Your natural language query matched against 100+ available tools
  2. Ranking - Tools ranked by relevance (create PR scored 0.98, notify 0.92)
  3. Execution - Selected tools executed in order
  4. Results - Returned with status and output
This is the power of dynamic tool retrieval — your agent adapted to your request without any hardcoded configuration.

Next: Connect MCP Servers

Your agent is now connected to default MCP servers. To add more tools:
  1. Go to Dashboard → MCP Servers
  2. Browse the marketplace
  3. Click “Connect” on any server
  4. Your agent instantly gains access to its tools

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

Check that your API key is correctly set in the environment variable:
Make sure the tool is connected in your MCP Servers dashboard. Use /retrieve_tools to see what’s available.
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!