> ## Documentation Index
> Fetch the complete documentation index at: https://docs.rcintell.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Test mode

> Free playground and kp_test_ keys — cannot call production

Test mode is how you evaluate RCIntel without a paid plan.

## What you get for free

* [Playground](https://rcintell.com/playground) — signed-in, server-side proxy, no key in the browser
* `kp_test_` keys from [sign up](https://rcintell.com/signup)
* Mock CCNs and sample CPT codes
* Hosted MCP on `https://api-dev.rcintell.com/v1/mcp`

## What you cannot do with a test key

* Call `https://api.rcintell.com` (production)
* Exceed the free daily / monthly quota
* Hit mutating or agent-compute routes outside the trial allowlist

## Mock CCNs

| CCN      | Facility                 | State      |
| -------- | ------------------------ | ---------- |
| `170001` | Sunflower Medical Center | Kansas     |
| `050001` | Pacific Coast Medical    | California |
| `360001` | Buckeye Health System    | Ohio       |

## Sample request

```bash theme={null}
curl -X POST https://api-dev.rcintell.com/v1/knowledge/resolve \
  -H "X-API-Key: kp_test_..." \
  -H "Content-Type: application/json" \
  -d '{"ccn":"170001","cpt":"99213","payer":"Medicare","care_setting":"outpatient"}'
```

## Upgrade

Production keys (`kp_live_`) are issued after you upgrade. They only work on `https://api.rcintell.com`. See [authentication](/authentication) and [pricing](https://rcintell.com/pricing).
