Detailed Endpoint Guide
Comprehensive reference for Agent-CoreX API endpoints with examples and best practices.Base URL
Authentication
Include your API key in the Authorization header:Tool Discovery Endpoints
Retrieve Tools (GET/POST)
Endpoint:/retrieve_tools
Description: Search for tools using semantic queries
Method: POST
Headers:
Tool Execution Endpoints
Execute Tool (POST)
Endpoint:/tools/execute-a-tool
Description: Execute a tool with specified parameters
Request:
Rate Limits
| Plan | Request/Minute | Request/Month |
|---|---|---|
| Free | 60 | 50,000 |
| Pro | 600 | 10,000,000 |
| Enterprise | Unlimited | Unlimited |
Error Codes
| Code | Meaning |
|---|---|
| 400 | Bad Request - Invalid parameters |
| 401 | Unauthorized - Missing/invalid API key |
| 404 | Not Found - Tool or resource not found |
| 429 | Too Many Requests - Rate limit exceeded |
| 500 | Server Error - Internal server error |