Build & share agents¶
You can create your own agents — without writing code — and share them with your team.
What you can do¶
- Define an agent — give it a name, instructions (a prompt), a default model,
and the tools it's allowed to use (for example
retriever_search,web_search, orgenerate_image). - Share it — keep it private, share it with specific people (as owner or member), or make it public (publishing a public agent requires an admin role).
- Give it default context — attach document collections so it always works against the right knowledge.
Example ask
"Create a 'Brand Tone Checker' that reviews copy against our guidelines."
What's coming
Automatically generated agent descriptions, and skills — reusable sets of instructions an agent can load to handle a specific task. See the Roadmap.
For the definition of an "agent", see Key concepts.