This guide covers the basics: your project URL, authentication headers, and a quick verification request. Once you’re set up, you can start building with any part of the API.Documentation Index
Fetch the complete documentation index at: https://docs.powabase.ai/llms.txt
Use this file to discover all available pages before exploring further.
Your Project URL
Every project has a unique base URL. All API endpoints are relative to this URL.Endpoint:
Base URLAuthentication
Include your service_role key in every request. This key has full access and bypasses Row Level Security — never expose it in client-side code.Endpoint:
Headers: apikey + AuthorizationWhat’s Next
Quickstart
Build an end-to-end RAG agent in 5 minutes.
Upload a Document
Start ingesting content into the platform.
Architecture
Understand the platform’s structure.