View Your Organization
Retrieve your organization details and verify API key scope
Before you begin
- You have an API key (
pai_test_*orpai_live_*)
Get your organization
Every API key is scoped to a single organization. Use this endpoint to verify which org your key belongs to:
When to use this
- Verify your key works — this is the quickest authenticated call to confirm your API key is valid and active
- Confirm org scope — if you manage multiple organizations, use this to check which org your current key is scoped to
- Debug authorization issues — if other endpoints return
403, check that your key’s org has the required features enabled
What’s next
- Create a Project — start building your knowledge base
- Authentication — learn about key rotation and environments