At a glance
Agent Studio lets you create, configure, and evaluate AI agents connected to your ontology and knowledge base. The agent answers your questions in natural language by querying your data, executing SQL or graph queries, and synthesizing a sourced response.
Example: you ask "Which suppliers delivered more than 100 orders this quarter?". The agent identifies the right query, executes it on your data, and responds with the results and their sources.
What you will do
Key vocabulary
| Term | Meaning | Example |
|---|---|---|
| Agent | AI program that receives a question, plans actions, and synthesizes a response. | "Supply Chain Analysis" agent |
| Session | A complete agent execution (question → answer). | Session #42 : "Top suppliers" |
| Tool | A capability the agent can use to access data. | SQL query, vector search, graph traversal |
| Iteration | One reasoning cycle (plan → execute → evaluate). | 2 iterations for a complex question |
| Fast Path | Accelerated mode that skips evaluation for simple questions. | Count, direct lookup |
| Hub | Kanban dashboard showing all current and completed sessions. | Columns: In Progress, Action Required, Done |
Recommended paths
Links to other modules
- Ontology: the agent explores your data model to understand your data structure.
- Knowledge Base: the agent searches your imported documents to enrich its answers.
- Workflows: the AI Agent block integrates the agent into automated workflows.
- MCP: the agent is accessible from external AI clients via the MCP protocol.
Expected result
You have a testable, traceable agent aligned with your priority business use case. Every answer is sourced and the reasoning is observable.
Need help?
Write to us: Support and contact.
