How-To Guides

How-To Guides are task-oriented documentation that help you solve specific problems. Unlike tutorials (which teach concepts step-by-step), these guides assume you have basic AgentWeave knowledge and want to accomplish a particular goal.

What's the Difference?

Tutorials How-To Guides
Learning-oriented Task-oriented
Take you by the hand Assume basic knowledge
Get you started Solve a specific problem
"Learn how to build agents" "Configure SPIRE identity"

Categories

Identity & Security

Development & Testing

Operations & Production

"I need to…"

Set up identity for development

Deploy to production with SPIRE

Allow specific agents to call my capabilities

Test my agent with mocked dependencies

Handle authorization failures gracefully

Improve agent performance

Prepare for production deployment

Before You Start

Make sure you've completed:

  1. Installation - AgentWeave SDK installed
  2. 5-Minute Quickstart - Built your first agent
  3. Core Concepts - Understand identity, authorization, and A2A protocol

Contributing

Found a problem not covered here? Want to add a guide? We welcome contributions:

  1. Check existing GitHub Issues
  2. Open a new issue describing the problem you want to solve
  3. Submit a pull request with your guide following our documentation template

Next Steps:

  • Browse guides by category above
  • Jump to a specific problem using Quick Links
  • Check the Production Checklist before deploying