Aurabox REST API

Generate Python and TypeScript client code for the Aurabox REST API.

6|2|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/aurabx/skills --skill aurabox-rest-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Aurabox REST API
Source: https://github.com/aurabx/skills/tree/main/skills/aurabox-rest-api
Command: npx skills add https://github.com/aurabx/skills --skill aurabox-rest-api

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies programmatic interaction with the Aurabox Cloud platform, enabling developers to efficiently manage patient, case, and study data without needing to manually construct API requests.

Core Features & Use Cases

  • Client Code Generation: Provides ready-to-use Python and TypeScript client code for interacting with Aurabox API endpoints.
  • Data Management: Facilitates CRUD operations for patients, de-identified cases, and studies.
  • Authentication & Pagination: Handles Bearer token authentication and paginated responses seamlessly.
  • Use Case: A developer needs to fetch all patient records created in the last month from Aurabox and store them in a local database.

Quick Start

Use the Aurabox REST API skill to list all patients, searching for those with the family name 'Smith'.

Frequently Asked Questions about Aurabox REST API

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate client code for the Aurabox REST API?

Yes, the Aurabox REST API supports CRUD operations for patients, de-identified cases, and studies, allowing you to programmatically query and manage medical imaging records.

How does Bearer token authentication work with medical imaging REST APIs?

The generated client code handles paginated responses seamlessly, allowing you to fetch large sets of patient records from the Aurabox REST API across multiple pages without manual iteration logic.

What do I need to start integrating with the Aurabox API?

Yes, you can use the generated Python client code to fetch all patient records from the Aurabox REST API, such as those created in the last month, and store them in a local database.

Does the Aurabox API support pagination for querying patient records?

You can search for specific patient records in the Aurabox REST API by using query parameters in your client code, such as filtering patients by their family name like 'Smith'.