Overview
The PoolPuma API is built with Fastify 5 and runs athttp://localhost:3001 in development. It provides REST endpoints for managing pool service operations.
Authentication
API requests are authenticated using Clerk session tokens. Include the session token as a Bearer token in theAuthorization header:
Base URL
| Environment | URL |
|---|---|
| Development | http://localhost:3001 |
| Production | TBD |
Full API endpoint documentation will be added as the API surface stabilizes. Check back for OpenAPI spec integration.