Product

Developers

Free Tools

Expanded API surface across knowledge, prior auth, agents, and audit

Build with the knowledge layer

One API call resolves six layers of billing context. Get your key, pick your language, and start resolving in under 5 minutes.

Production access status

HTTPS + TLS verified

Public traffic should target the production APIs. Internal dev environments are for team-only validation and are not part of the public onboarding path.

Public Platform API

https://api.your-domain.com

Public Agents API

https://agents.your-domain.com
API integration readyAgents integration readyMCP integration readySDKs integration ready

Try it

curl -X POST https://api.your-domain.com/<capability-path> \
  -H "Authorization: Bearer <access-token>" \
  -H "Content-Type: application/json" \
  -d '{"<domain-input>":"<value>"}'

Response

L1
L2
L3
L4
L5
L6
Hit resolve to see it work

Three steps to billing intelligence

01

Get your API key

Sign up at app.rci.health. Your key is prefixed kp_live_ for production, kp_test_ for sandbox.

Authorization: Bearer <access-token>
02

Resolve knowledge

Pass a CCN + CPT code. Get six layers of billing context in a single response.

POST /<capability-path>
{"<domain-input>":"<value>"}
03

Use the response

Payment estimates, billing forms, modifiers, payer rules — structured JSON ready for your app.

{"estimated_payment": 80.78,
 "billing_form": "UB-04",
 "payer_filing": "12 months"}

Pick your language

Official SDKs wrap the REST API with typed methods, automatic retries, and built-in pagination.

P

Python

Available
pip install rci-health
T

TypeScript

Available
npm install @rci-health/sdk
G

Go

Coming soon
go get github.com/rci-health/rci-go

MCP Server

Connect Claude, Cursor, or any MCP agent directly to billing knowledge with streamable HTTP transport and an expanded tool catalog.

Test mode

Keys prefixed kp_test_ return realistic mock data. Build your full integration before going live.

Documentation