Guide

Upload knowledge

Atlas Knowledge stores business docs, URLs, and text as org-owned grounding material. Both Atlas-hosted agents and external sales agents can rely on the same knowledge base. Customer-facing answers should cite source metadata when available and hand off when no evidence supports the answer.

curl -X POST https://api.usemirai.app/v1/atlas/knowledge   -H "authorization: Bearer $ATLAS_TOKEN"   -H "content-type: application/json"   -d '{"source_type":"url","url":"https://abc.example.com/pricing"}'