API Reference
REST API
Programmatic access to agent orchestration, RAG indexing, and diagnostics. All endpoints require Bearer token authentication.
Authentication
Include your API key in the Authorization header:
Authorization: Bearer jyriq_sk_live_••••••••
Base URL: https://api.jyriq.com
Endpoints
POST
/v1/pipelinesCreate a new agent pipelineGET
/v1/pipelines/{id}Retrieve pipeline configuration and statusPOST
/v1/pipelines/{id}/runExecute a pipeline with input payloadGET
/v1/traces/{traceId}Fetch full retrieval and agent execution tracePOST
/v1/indexes/queryRun semantic search against a vector indexGET
/v1/metrics/latencyQuery P50/P99 latency metrics over a time rangeRate Limits
Free tier: 1,000 requests/day. Pro: 100,000 requests/day. Enterprise: custom limits. See documentation for details.