Get started

Please visit https://signup.octogen.ai to get your API key.

The API key is required to access the Octogen MCP server and REST APIs.

To verify your API key, access Octogen Agent Search through a curl command in any terminal.

curl -X 'GET' \
  'https://api.octogen.ai/catalog/agent_search?text=Red%20Shoes%20that%20cost%20less%20than%20%2420&limit=10' \
  -H 'X-API-Key: <Your Octogen API Key>'