Skip to main content

Detailed Endpoint Guide

Comprehensive reference for Agent-CoreX API endpoints with examples and best practices.

Base URL

All requests must include authentication headers.

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:
Request Body:
Response:
Success Status: 200 OK Error Status: 400 Bad Request, 401 Unauthorized, 429 Too Many Requests

Tool Execution Endpoints

Execute Tool (POST)

Endpoint: /tools/execute-a-tool Description: Execute a tool with specified parameters Request:
Response (Success):
Response (Error):

Rate Limits

Rate limit information is included in response headers:

Error Codes

Endpoint Documentation

For complete details on each endpoint, see:

Quick Reference

See Endpoints Quick Reference for a condensed view of all available endpoints.