Create a custom agent
Create an agent when you expect to reuse the same role, behavior, or workflow framing across many tasks.Create the agent
- Open the Agents area in Starfire AI.
- Create a new agent.
- Choose a clear name and description.
- Write durable instructions that define role, priorities, boundaries, evidence handling, and output expectations.
- Select model/tool capabilities when those controls are available.
- Attach Project or Knowledge context only when it is broadly relevant to the agent’s role.
- Save the agent.
- Test it before using it in automation.
Name by responsibility
Prefer names that tell users what the agent does. Good examples:TypeScript Code ReviewerRelease ManagerSupport TriageDocumentation Writer
Keep the role coherent
One agent should not try to be a code reviewer, marketing writer, billing administrator, and security responder at the same time. Separate roles make instructions easier to maintain and permissions easier to reason about.Choose context intentionally
Do not attach every Knowledge source or project to every agent. Extra context can introduce irrelevant information and unnecessarily broaden access.Test before production use
Test:- a normal task
- an ambiguous task
- a task with missing information
- a request that conflicts with the agent’s rules
- a task requiring a tool the agent does not have
Writing instructions
Design the durable behavioral contract.
Test agents
Evaluate behavior before automation.
