Getting Started
Overview
From a new project to your first /ask call in a few minutes.
New to EgoX? Start here. In a few minutes you'll create a project in the Console,
configure a model, and get an answer back from the /ask API.
The path
Quickstart
Create a project, grab credentials, make your first /ask call.
Core concepts
The /ask flow, intents, and the Console↔backend vocabulary.
What you'll need
- A Console account — where you create and configure a project.
- Node.js 18+ if you want to use the
@egox/clientSDK (any language can call the HTTP endpoint directly). - An MCP-capable IDE (Cursor, Claude) only if you want agents to manage your tools & knowledge — see MCP.
Where to go next
Once you're making calls, the Console docs cover configuring tools, knowledge, prompts, and monitoring; the Client SDK docs cover streaming, threading, and webhook verification.