Building Your Agent Mesh

This section covers authoring the building blocks of your deployment: the agents that do the work, and the models, entrypoints, connectors, toolsets, and skills that support them.

Two Ways to Author

You author almost every resource in one of two ways, and you can mix them:

  • From the Agent Mesh UI. Build and deploy from the Builder in the Agent Mesh UI, with no YAML and no restart. Every page in this section includes a UI walkthrough.

  • As declarative config. Describe the same resources as version-controllable YAML and reconcile them with sam config apply, the path that suits GitOps and automation. Each resource has a companion CLI page, and the shared workflow is covered in Managing Configuration as Code (Early Access).

For help deciding when to configure a resource and when to write custom code, see Extending Agent Mesh: Configuration or Code.

What You Can Build

Next Steps

Most readers start by creating an agent, in one of two ways: