Creating an agent publishes version 1. You do not need a separate deploy call before the first run.
Dashboard: the two-minute path
0:20 — Choose the knowledge base
Select the KB with your processed documents. This choice is fixed after creation, so use Copy if you later need the configuration on another KB.
0:40 — Define the job
Add a clear name, one-sentence goal, focused instructions, and a model. Leave tools, memory, and scheduling off for the first test.
1:10 — Create version 1
Save the agent. AutoSage validates the configuration and publishes its first version.
Starter configuration
| Field | Example |
|---|---|
| Name | Support specialist |
| Goal | Answer customer questions from approved support documentation. |
| Instructions | Cite supporting sources. If the KB does not contain the answer, say so and recommend escalation. |
| Model | Choose an available model |
| Knowledge base | Your processed support KB |
API: create and run
1. Create version 1
2. Start a run
run_id, chat_id, the answer, sources, and usage. Save chat_id if you want to continue the same agent conversation.
3. Continue the run
Add capabilities after the first run
Once the basic run works, deploy a new version to add web search, durable memory, connected apps, MCP servers, skills, custom tools, callable agents, or a schedule. Deploy accepts the complete agent configuration and publishes the next numbered version.Continue the learning path
KB prompts vs. agents
Put shared behavior and job-specific behavior in the right place.
Chat vs. agent runs
Understand the run and associated chat you just created.
Configure capabilities
Add tools, skills, memory, delegates, and schedules.
Agents API
See every agent endpoint and field.