- Use your user bearer token (
ara_api_*or dashboard JWT) - Ensure your personal cloud session is active
- Call
POST /v1/chat
Base URL
https://api.ara.so
Core invoke endpoint
POST /v1/chat
Auth header:
Authorization: Bearer ara_api_...
Runtime behavior
- Routes into the caller’s active personal session runtime.
- Returns
503if the user has no active personal session. - Returns a single JSON assistant response (streaming is disabled).
