Skip to main content

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.

The Medera Console is the self-service portal for tenant management, agent canvas, deployments, integrations, and billing.

Sign up

1

Create an account

Visit app.medera.ai/signup. Authentication is handled by Clerk. New tenants start in the sandbox environment.
2

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.
3

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.
4

Optionally provision a workflow from a template

Under Canvas → Templates, clone Grace, Scribe, Therapy, Triage, or Care Coordinator. Customize, publish, and the canvas auto-deploys to sandbox at https://sandbox.medera.info/{org}/{agent}-v{ver}.

Environments

EnvironmentHostPHI policy
sandboxsandbox.api.medera.aiSynthetic only
stagingstaging.api.medera.aiReal PHI under BAA
productionapi.medera.aiReal PHI + full audit + Merkle integrity

What’s next

Auth Quickstart

Get an access token.

Canvas Overview

Build your first workflow.