Skip to main content

Create your Agent

Build custom agents by composing agentspecs, protocols, skills, tools, and runtime policies.

Build Steps

  1. Start from an Agentspecs baseline.
  2. Choose protocol/UI strategy (including UI Extensions).
  3. Add MCP Servers and Skills.
  4. Configure Sandbox, Codemode, and Guardrails.
  5. Enable Monitoring, Outputs, and Notifications.
  • 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.

See also