Create your Agent
Build custom agents by composing agentspecs, protocols, skills, tools, and runtime policies.
Build Steps
- Start from an Agentspecs baseline.
- Choose protocol/UI strategy (including UI Extensions).
- Add MCP Servers and Skills.
- Configure Sandbox, Codemode, and Guardrails.
- Enable Monitoring, Outputs, and Notifications.
Recommended Design Pattern
- Keep behavior in specs, not in scattered prompt fragments.
- Use per-agent skill selection for precision.
- Use team-shared custom skills for reuse and consistency.
- Introduce subagents only when specialization is needed.
Production Readiness Checklist
- Identity and permission model defined.
- Approval policies configured for sensitive tools.
- Trigger behavior tested.
- Output schemas and notification flows validated.
- Monitoring and failure handling in place.