Agent-first file storage. This public repository contains the client-facing surface for AgentStorage:
- CLI (
npx agentstorage) - API docs and skill docs
- OpenAPI contract draft
- Webhook receiver test helpers
The hosted backend/control plane is currently private while the API stabilizes.
# Create a workspace and save credentials locally
npx agentstorage setup --base https://<your-deployment>.convex.site --name my-project
# Check workspace/key status
npx agentstorage statuspackages/cli/- publishedagentstorageCLI packageopenapi/- API contract draft for/v1/*endpointspublic/skill.md- agent-facing skill documentationscripts/test-webhooks.sh- local webhook receiver verification helper
The OpenAPI source of truth is:
openapi/agentstorage.v1.yaml
Current status: v1 beta (backward-compatible behavior is the goal; minor corrections may still land).
This repo intentionally excludes private service internals (backend implementation, ops playbooks, and billing control-plane details). Public support scope is limited to:
- API contract/documentation
- CLI behavior
- receiver examples/helpers
MIT. See LICENSE.