Documentation
Learn how to integrate Stow into your AI agent workflow and build secure, tool-using agents in minutes.
Introduction
Stow provides a secure proxy for AI agents. Instead of giving your agent a raw GitHub token or OpenAI key, you give it a Stow token. Stow then intercepts requests, validates them against your policies, and performs the action on behalf of the agent.
Security First
Your real credentials never leave the Stow vault.
Quick Start Guide
Install the Stow SDK or use our REST API directly.
Add your service credentials in the Stow Dashboard.
Create a Policy to allow your Agent to use specific Tools.
Execute your first tool call via the Stow endpoint.
Troubleshooting Common Issues
401 Unauthorized
Cause: Invalid or expired JWT. Solution: Ensure the agent is using the latest token from the dashboard.
403 Forbidden
Cause: Policy restriction. Solution: Verify that the agent has an "Allow" policy for the requested tool and method.
Ready to explore?
Jump into the full API reference to see everything Stow can do.