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.

from medera import MederaAuth

auth = MederaAuth(
    client_id=os.environ["MEDERA_CLIENT_ID"],
    client_secret=os.environ["MEDERA_CLIENT_SECRET"],
    audience="api.medera.ai",
)
Token refresh happens automatically.