DEVELOPER PLATFORM

Build on Rymeda's Healthcare Infrastructure

Secure APIs, intelligence services, and compliance-ready systems for modern health applications.

bash
1curl -X POST https://api.rymeda.com/v1/care/sessions \
2 -H "Authorization: Bearer rym_test_your_api_key_here" \
3 -H "Content-Type: application/json" \
4 -d '{
5 "clientId": "client_123",
6 "serviceType": "behavioral_health",
7 "providerId": "prov_456",
8 "startTime": "2025-01-15T09:00:00Z"
9 }'

What you can build

Real use cases, not just endpoints. Build on healthcare infrastructure.

Patient Apps

Build patient-facing experiences with secure health data access, appointment scheduling, and care plan visibility.

Provider Tools

Create clinical workflows, documentation tools, and provider dashboards with real-time data from the care engine.

AI Health Workflows

Integrate ORIS APIs for clinical reasoning, document generation, and predictive analytics.

Compliance Automations

Automate audit evidence collection, regulatory monitoring, and compliance reporting across your organization.

API Preview

Explore the API

A selection of core endpoints across the platform. Every endpoint follows REST conventions with consistent error handling and pagination.

POST/v1/care/sessions

Create a new care session for a client. Automatically validates service authorization and provider credentials.

Bearer token required
curl -X POST https://api.rymeda.com/v1/care/sessions \
  -H "Authorization: Bearer rym_test_your_api_key_here" \
  -H "Content-Type: application/json" \
  -d '{
    "clientId": "client_123",
    "serviceType": "behavioral_health",
    "providerId": "prov_456",
    "startTime": "2025-01-15T09:00:00Z"
  }'
GET/v1/revenue/claims

List all claims with filtering by status, payer, date range, and service type. Supports cursor-based pagination.

Bearer token required
POST/v1/intelligence/query

Query the ORIS intelligence engine with natural language. Returns structured insights from clinical and operational data.

Bearer token required
{
  "query": "Show clients with overdue progress notes this week",
  "context": {
    "organizationId": "org_100",
    "serviceTypes": ["behavioral_health", "personal_care"]
  }
}
LibrariesPrivate Beta

SDKs in development

Client libraries are in private beta. In the meantime, the REST API is fully available and all examples below work with standard HTTP clients.

Node.js

npm install @rymeda/sdk

Python

pip install rymeda

Go

go get github.com/rymeda/rymeda-go
Architecture

Core developer layers

Build on infrastructure, not a toy API.

Your App
SDKs & Libraries (coming soon)
REST APIs
Core Engines
ORIS
Data & Security

Key capabilities

Auth & roles (Cognito-style)Available
HIPAA-ready data boundariesAvailable
Audit logging built-inAvailable
AI endpoints via ORISAvailable
Secure multi-tenant storageAvailable
Event-driven workflowsAvailable
Rate limiting per tenantAvailable
Webhook subscriptionsPlanned
SDK client librariesPrivate Beta
Developer sandboxPrivate Beta

Ready to integrate?

Start building with Rymeda APIs today. Full documentation and engineering support available.