Developer Sandbox
A fully isolated test environment with pre-loaded mock data, webhook simulation, and test API keys.
Try the API
Select an endpoint, edit the request, and hit send. Responses come from pre-loaded sandbox data — no API key required.
Retrieve a paginated list of patients in the sandbox.
https://sandbox.api.rymeda.com/v1/care/clientsTest Environment
The sandbox mirrors production with isolated data and relaxed rate limits.
sandbox.api.rymeda.com/v1| Feature | Sandbox | Production |
|---|---|---|
| Base URL | sandbox.api.rymeda.com/v1 | api.rymeda.com/v1 |
| Authentication | Test tokens (sk_test_*) | Live tokens (sk_live_*) |
| Data | Pre-loaded mock data | Real data |
| Rate Limits | 1,000 req/min | Tier-based |
| Webhooks | Simulated delivery | Real delivery |
| Data Reset | Auto-reset every 24h | Persistent |
Pre-loaded Mock Data
The sandbox comes pre-loaded with realistic test data across all resource types.
25
Patients
Various demographics and insurance types
10
Providers
Multiple specialties and credentials
50
Sessions
Scheduled, completed, and cancelled
30
Claims
All lifecycle statuses
15
Compliance Artifacts
Policies, certificates, attestations
5
Organizations
Multi-tenant test data
Webhook Simulator
Test your webhook handlers without waiting for real events. Trigger any event type on demand.
Configure a test webhook endpoint
Register your webhook URL in the sandbox to start receiving simulated events. You can subscribe to specific event types and trigger them on demand to validate your integration logic.
Signature verification
Every webhook delivery includes an HMAC-SHA256 signature. Verify the signature to ensure the payload originated from Rymeda and has not been tampered with.
API Keys
Manage test and production API keys with granular scoping.
Test Keys sk_test_*
- •Used for sandbox only
- •No real data access
- •Auto-provisioned
- •Never expire by default
Live Keys sk_live_*
- •Production access
- •Requires admin approval
- •Supports expiration dates
- •Must be scoped
| Scope | Description | Available in |
|---|---|---|
care:read | Read care sessions, clients, notes | Test, Live |
care:write | Create/update sessions, notes | Test, Live |
revenue:read | Read claims, ERA/EOBs | Test, Live |
revenue:write | Submit claims, manage billing | Test, Live |
compliance:read | Read audit trails, artifacts | Test, Live |
compliance:write | Upload artifacts, configure rules | Test, Live |
intelligence:read | Query ORIS, view predictions | Test, Live |
intelligence:write | Trigger workflows, run analysis | Test, Live |
platform:admin | Manage webhooks, API keys, org settings | Live only |
Ready to build?
Start with the sandbox, then go live when you're ready.