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.
Never embed credentials in client code
Developer API Keys and internal service keys must never ship in a browser, mobile app, or any client-controlled binary. Always exchange through a backend you control. The frontend uses Clerk JWTs only.
Use the smallest possible scope
A key with
read:data cannot mutate. A key with read:phi cannot trigger workflows. The smallest scope contains blast radius.Rotate every 90 days
The Console enforces rotation reminders. Old keys must be revoked, not retired in place.
Store secrets in a hardened secret store
AWS Secrets Manager, GCP Secret Manager, HashiCorp Vault — never in source control, never in environment variables that get baked into images.