Monorepo structure
Package dependency graph
Data flow
The typical request flow when an agent executes a tool:Server architecture
The API server is built with Hono and deployed to Vercel. It exposes six route groups under/api:
All routes except health check and OAuth flow endpoints require a Bearer token in the
Authorization header.