fusion-help-api

Read and manage Fusion Help content via authenticated REST API calls.

1|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/equinor/fusion-skills --skill fusion-help-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fusion-help-api
Source: https://github.com/equinor/fusion-skills/tree/main/skills/fusion-help-api
Command: npx skills add https://github.com/equinor/fusion-skills --skill fusion-help-api

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This API enables developers and admins to interact programmatically with Fusion Help content — reading articles, FAQs, release notes, and searching or managing content, instead of manual UI operations.

Core Features & Use Cases

  • Read and fetch Articles, FAQs, Release Notes, and Search results via REST API.
  • Manage content programmatically: create, update, delete articles/FAQs/release notes, upload assets, and view changelogs.
  • Integrate help content into apps, dashboards, or automation scripts using standard authentication and service discovery patterns.

Quick Start

Authenticate with a valid Azure AD token and start calling endpoints like /apps/{appKey}/articles to fetch content.

Frequently Asked Questions about fusion-help-api

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

FAQPage Schema
How do I fetch Fusion Help articles and FAQs via API?

Fetch Fusion Help articles and FAQs by calling REST API endpoints like /apps/{appKey}/articles with an authenticated Azure AD token. This requires environment-specific base URLs and proper api-version parameters for successful content retrieval.

Can I automate updating help content and release notes through the Fusion API?

You can automate updating help content and release notes through the Fusion API by sending authenticated HTTP requests to manage articles, FAQs, and assets programmatically. This replaces manual UI operations for content management tasks.

What authentication is required to use the Fusion Help API?

Fusion Help API authentication requires a valid Azure AD token passed via authenticated HTTP access. You must obtain this token before calling any endpoint to read articles or manage help content programmatically.

Does the Fusion Help API support searching across all help content?

The Fusion Help API supports searching across all help content using dedicated search endpoints. This allows developers to integrate content search functionality directly into apps, dashboards, or automation scripts using standard REST calls.

What do I need to know before integrating Fusion Help content into my application?

Before integrating Fusion Help content, you need an Azure AD token, environment-specific base URLs, and knowledge of per-endpoint api-version and permission requirements. These prerequisites apply to app developers building content integrations.

Are there limitations when managing assets and changelogs through the Fusion Help API?

Managing assets and viewing changelogs through the Fusion Help API is subject to per-endpoint permission requirements and api-version rules. Users must adhere to environment-specific base URLs and authentication constraints for successful operations.