Client-Side APIs for InterSystems IRIS Business Intelligence

Query InterSystems IRIS BI cubes via JavaScript and REST APIs.

Updated Feb 2, 2026
One-click install
npx skills add https://github.com/sorodriguezz/skills-objectscript --skill client-side-apis-for-intersystems-iris-business-intelligence
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: Client-Side APIs for InterSystems IRIS Business Intelligence
Source: https://github.com/sorodriguezz/skills-objectscript/tree/main/skills/client-side-apis-for-intersystems-iris-business-intelligence
Command: npx skills add https://github.com/sorodriguezz/skills-objectscript --skill client-side-apis-for-intersystems-iris-business-intelligence

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides developers with the tools to programmatically interact with InterSystems IRIS Business Intelligence data from client-side applications, enabling dynamic data retrieval and visualization.

Core Features & Use Cases

  • JavaScript API: Utilize the DeepSee.js library to embed BI data into web applications.
  • REST API: Directly interact with BI data through HTTP requests for greater flexibility.
  • Use Case: Build a custom dashboard that displays real-time sales figures by querying an InterSystems IRIS BI cube using the JavaScript API.

Quick Start

Use the client-side APIs skill to connect to InterSystems IRIS and run an MDX query.

Frequently Asked Questions about Client-Side APIs for InterSystems IRIS Business Intelligence

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

FAQPage Schema
How do I retrieve InterSystems IRIS Business Intelligence data using JavaScript?▼

Connect to InterSystems IRIS BI data via REST API by making HTTP requests to execute MDX queries and manipulate pivot tables, providing flexible data access without requiring client-side JavaScript libraries.

How do I execute MDX queries against an InterSystems IRIS BI cube from a web application?▼

Execute MDX queries against an InterSystems IRIS BI cube from a web application by leveraging the JavaScript API or REST API to run queries and dynamically display real-time business intelligence data like sales figures.

Does the InterSystems IRIS client-side API work with RESTful services for data manipulation?▼

Yes, the InterSystems IRIS client-side BI API requires understanding of JavaScript, RESTful services, and InterSystems IRIS BI concepts to effectively execute queries and perform dynamic data retrieval.

What is the best way to build a custom dashboard with InterSystems IRIS BI data?▼

The best way to build a real-time custom dashboard with InterSystems IRIS BI data is using the client-side JavaScript API to query BI cubes and embed dynamic data visualizations directly into your web application.