Skip to main content

Agent Studio

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

  • Create an agent from a business template
  • Configure its tools and ontology context
  • Run successful and failure test scenarios
  • Adjust behavior before production rollout
  • Monitor executions in real time via the Hub
  • Observe the reasoning path in the Visualizer

Key vocabulary

TermMeaningExample
AgentAI program that receives a question, plans actions, and synthesizes a response."Supply Chain Analysis" agent
SessionA complete agent execution (question → answer).Session #42 — "Top suppliers"
ToolA capability the agent can use to access data.SQL query, vector search, graph traversal
IterationOne reasoning cycle (plan → execute → evaluate).2 iterations for a complex question
Fast PathAccelerated mode that skips evaluation for simple questions.Count, direct lookup
HubKanban dashboard showing all current and completed sessions.Columns: In Progress, Action Required, Done
  • 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.

Important
Start with a minimal toolset, then expand gradually after test validation.

Need help?

Write to us: Support and contact.

What's new