Documentation

Explore our guides and examples to integrate Qorrelate.

Browse by product

Try it out

Send your first log to Qorrelate with a single cURL command. Replace YOUR_API_KEY and YOUR_ORG_ID with your credentials from the dashboard.

Terminal
$ curl -X POST https://qorrelate.io/v1/logs \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "X-Organization-Id: YOUR_ORG_ID" \
-H "Content-Type: application/json" \
-d '{"resourceLogs":[{"resource":{"attributes":[{"key":"service.name","value":{"stringValue":"my-app"}}]},"scopeLogs":[{"logRecords":[{"severityText":"INFO","body":{"stringValue":"Hello from Qorrelate!"}}]}]}]}'
{"status":"ok","accepted":1}

Platform guides

Self-hosting & deployment

Need help?

Our team is ready to assist you with integration questions.

Contact Support →

Changelog

Stay up to date with the latest features and improvements.

View changelog →

AI Agents

Use our MCP server with Cursor, VS Code, or Claude.

Learn more →