The Medera Console is the self-service portal for tenant management, agent canvas, deployments, integrations, and billing.Documentation Index
Fetch the complete documentation index at: https://docs.medera.info/llms.txt
Use this file to discover all available pages before exploring further.
Sign up
Create an account
Visit app.medera.ai/signup. Authentication is handled by Clerk. New tenants start in the sandbox environment.
Provision your organization
OrganizationProvisioningService (3,810 lines, 12-step state machine) handles tenant setup — branding, EHR integration scaffolding, payer rule defaults, screener defaults, crisis escalation policy, and Stripe subscription state.Generate Developer API Keys
Under Settings → Developer API Keys, generate a key scoped to a project, environment (
sandbox / staging / production), and scopes. The secret is shown once — copy it into your secret store.Environments
| Environment | Host | PHI policy |
|---|---|---|
| sandbox | sandbox.api.medera.ai | Synthetic only |
| staging | staging.api.medera.ai | Real PHI under BAA |
| production | api.medera.ai | Real PHI + full audit + Merkle integrity |
What’s next
Auth Quickstart
Get an access token.
Canvas Overview
Build your first workflow.