Get your access code
Olira provides your designated admin with a signup code in the format
OLIRA-XXXXXXXX. Codes are single-use and valid for 30 days.Don’t have a code yet? Contact your Olira representative to request one.Create your organization
Go to console.olira.ai, click Get Started, and complete the
two-step registration:
- Enter your Organization Name and your Access Code (the Console validates the code before proceeding)
- Create your admin account (sign in with SSO or register with email and password), then complete your profile (name, email)
Invite team members
During setup, or any time from Settings → Team, invite colleagues by
email. Each person receives a link to join the organization and set up
their own account.
| Role | Can do |
|---|---|
admin | Everything: organization settings, user management, and all data access |
dev | Patient data, observability tools, and user management (cannot promote members to admin) |
member | Patient data and standard clinical features |
Create API keys
Go to Settings → API Keys and create one or more keys for your backend
services. Each key can be scoped to limit which Olira operations it can
perform.For scopes, the
Keys are shown only once at creation. Copy and store them immediately in
a secrets manager.
Authorization header format, and patient tokens, see
Authentication.Platform configuration
After registration, the Console landing page guides you through configuring your platform. Complete the steps below before going live. Your selections determine what data flows through Olira and how patient state is presented to your agents.Configure integrations
Connect external systems (EMR/EHR, health-information exchanges, devices, and wearables) so data flows in alongside logs you submit yourself. See Integrations for the full walkthrough.Select your data
In the Console, browse the full catalog of supported log types and toggle on the ones your platform will produce. Your selection determines which parts of the patient state are actively populated. Each log type has a source:- Python SDK / REST: your backend submits these via the Olira Python SDK or REST API (e.g.
symptom_report,medication_list_update) - Integration: populated automatically from a connected integration (for example clinical systems, device feeds, or third-party health data sources)
- App SDK: your iOS/Android app submits these directly via the Olira App SDK (coming soon). Used primarily for passive device data such as heart rate, sleep, and activity readings.

