Agentic Chat
POST /v1/chat/completions
Route a user request into the governed Forge gateway with model selection, memory, policy, and receipts.
{
"model": "auto",
"messages": [
{ "role": "user", "content": "Audit this mission and continue safely." }
],
"forge": {
"mode": "agentic",
"account": "self-hosted"
}
}