Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.prudra.dev/llms.txt

Use this file to discover all available pages before exploring further.

Organisations overview

Every Prudra account belongs to an organisation. Organisations are the top-level isolation boundary — all wallets, vaults, webhooks, and API keys are scoped to an organisation.

Organisation model

Everything you create in Prudra belongs to your organisation. Multiple team members can be added with different roles.

Get your organisation

curl https://api.prudra.dev/organisations/current \
  -H "Authorization: Bearer prv_test_sk_..."
Response:
{
  "id":        "org_clx1abc123",
  "name":      "Acme Ltd",
  "plan":      "pro",
  "createdAt": "2026-01-15T00:00:00.000Z"
}

Sub-pages

Members

Invite members, manage roles, and remove access.

API keys

Create test and live API keys, and revoke them.