Skip to main content

Welcome to RxScale

RxScale provides APIs for digital prescription management, pharmacy integration, and patient services. Our APIs enable pharmacies, healthcare providers, and partners to integrate prescription workflows into their existing systems.

Available APIs

External Pharmacy API

Manage pharmacy orders, update stock levels, and receive real-time webhook notifications.

Management API

Access organisation-level data including orders, prescriptions, products, doctors, and patients.

Public API

Query product catalogs and create prescription or treatment checkouts.

Quick Start

  1. Get your API key — Contact your RxScale account manager to receive your API credentials.
  2. Choose your API — Select the API that matches your integration needs.
  3. Authenticate — Include your API key in the X-API-Key header with every request.
  4. Start integrating — Use this documentation to explore endpoints and build your integration.

Base URL

https://api.rxscale.com
There is no separate staging or sandbox API. Test access is provided through dedicated test shops. All API requests — including those from test shops — go to the production API. Contact your RxScale account manager to set up a test shop.

AI Integration

Connect the RxScale documentation to your AI tools for instant access to our API reference.

MCP Server (for coding tools)

Use our MCP (Model Context Protocol) server with AI coding assistants:
claude mcp add --transport http rxscale-docs https://docs.rxscale.com/mcp
Verify with claude mcp list.
Add to .cursor/mcp.json:
{
  "mcpServers": {
    "rxscale-docs": {
      "url": "https://docs.rxscale.com/mcp"
    }
  }
}
Add to .vscode/mcp.json:
{
  "servers": {
    "rxscale-docs": {
      "type": "http",
      "url": "https://docs.rxscale.com/mcp"
    }
  }
}

llms.txt (for ChatGPT, Gemini, and other AI)

Our documentation is also available as llms.txt for AI tools that support this standard (ChatGPT, Gemini, Claude web, etc.):
FileURLDescription
llms.txthttps://docs.rxscale.com/llms.txtIndex of all pages with descriptions
llms-full.txthttps://docs.rxscale.com/llms-full.txtFull documentation content in a single file
Paste the llms-full.txt URL into ChatGPT or any AI chat to give it full context about the RxScale API.

Need Help?

If you have questions about the API or need support with your integration, contact your RxScale account manager or reach out to our technical support team.