API access is opening soon.

Self-serve key issuance and a usage dashboard are coming. In the meantime, reach out and we will provision a key for you within a business day, along with onboarding for the endpoint you need.

Our RAG endpoint: index documents, retrieve, get cited answers.

curl https://api.eve.ai/v1/knowledge/query \
  -H "Authorization: Bearer $EVE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "index_id": "support-kb",
    "query": "What is the refund policy for annual plans?",
    "top_k": 5
  }'

Want early access? Get on the list.

$ eve connect --early-access