Core fields
A label for the agent. It’s for you and your team to recognize the agent — it doesn’t affect behavior.
What the agent is for. A clear goal keeps the agent focused across interactive, API, and scheduled runs.
How the agent should behave — tone, steps to follow, formats to prefer, and anything it should avoid.
The model the agent reasons with. Saved with the configuration so runs stay consistent.
The knowledge base the agent is grounded in. Chosen when you create the agent and fixed for its lifetime — see Deploying & versioning.
Toggles
When on, the agent can search the web to supplement your knowledge base.
Capabilities you attach
Beyond the core fields, you choose exactly which capabilities the agent is allowed to use. Enabling them explicitly keeps behavior predictable and gives you control over what the agent can reach.Connected apps
Connected apps
Integrations the agent may use — for example, sending mail or updating records in a connected service. An app must be connected and authenticated before you can enable it on an agent. AutoSage validates readiness when you save, reducing avoidable scheduled-run failures; reconnect an app if its authorization later expires.
Skills
Skills
Reusable authored procedures the agent can follow. Attach a skill in one of two modes:
- Always — the skill is loaded on every run. Best for procedures the agent should follow every time.
- Auto — the skill is loaded only when it’s relevant to the task at hand. Best for procedures that apply to some requests but not others.
Custom tools
Custom tools
Call your own HTTP endpoints as tools. Any secret headers you add are encrypted at rest and shown masked afterward, so credentials stay protected once saved.
MCP servers
MCP servers
Registered tool servers the agent can call. You select from the servers already registered in your organization.
Callable agents
Callable agents
Other agents this one may delegate to when a question falls outside its own knowledge. See Delegation.
A good configuration
Write a specific goal
State the single job the agent does. A focused goal produces more consistent runs than a broad one.
Give concrete instructions
Describe the steps, tone, and output format you expect. Include what the agent should not do.
Attach only what it needs
Enable the connected apps, skills, and tools the task actually requires. Fewer, well-chosen capabilities keep behavior predictable.
Next steps
Deploy your agent
Save your configuration as a new version.
Set up delegation
Let this agent ask other agents for answers outside its knowledge.