# ShipStack > Backend-as-a-Service for shipping apps fast ShipStack provides auth, database, storage, and real-time subscriptions via a single REST API — no backend code needed. ## Overview - Multi-tenant architecture — isolated projects with separate tokens - Token-based auth (Laravel Sanctum) — register, login, logout, password reset - Database CRUD — insert, select, update, delete on any table - File storage — upload, list, download, signed URLs - Real-time — subscribe to table changes via Server-Sent Events - Built on Laravel 13 with SQLite per tenant ## Links - Homepage: https://shipstack.codes - Sign up: https://shipstack.codes/signup - API docs: https://shipstack.codes/docs - Agent commerce manifest: https://shipstack.codes/.well-known/agent-commerce.json ## API Base URL: https://shipstack.codes/api ### Auth - POST /api/register — Create account - POST /api/login — Get token ### Stripe - GET /api/stripe/config — Pricing tiers - POST /api/stripe/checkout — Start subscription - GET /api/stripe/status — Subscription status ### Tenant operations (requires tenant token) - POST /api/auth/register — Register tenant user - POST /api/db/{table} — Insert row - GET /api/db/{table} — Query rows - PUT /api/db/{table}/{id} — Update row - DELETE /api/db/{table}/{id} — Delete row - POST /api/storage/{bucket} — Upload file - GET /api/storage/{bucket} — List files - GET /api/db/{table}/subscribe — Real-time subscription (SSE) ## Pricing - Hobby: Free — 1 project, 5K API calls/month - Launch: $19/month — 3 projects, 100K API calls/month - Scale: $49/month — unlimited projects, 1M API calls/month - Enterprise: Custom — unlimited everything, SLA