Files
api/api/docs/public/index.md
Eli Bosley 335f949b53 docs: update API documentation for Unraid OS v7.2 integration
- Revised language to clarify that the API is built into Unraid OS v7.2 and does not require plugin installation.
- Updated sections for earlier versions to reflect the Unraid Connect plugin's role and access to newer API features.
- Enhanced clarity in the "Get Started" section with step-by-step instructions for both v7.2 and pre-7.2 users.
2025-08-20 15:13:06 -04:00

3.1 KiB

title, description, sidebar_position
title description sidebar_position
Welcome to Unraid API The official GraphQL API for Unraid Server management and automation 1

Welcome to Unraid API

:::tip[What's New] Starting with Unraid OS v7.2, the API comes built into the operating system - no plugin installation required! :::

The Unraid API provides a GraphQL interface for programmatic interaction with your Unraid server. It enables automation, monitoring, and integration capabilities.

📦 Availability

Native Integration (Unraid OS v7.2+)

Starting with Unraid OS v7.2, the API is integrated directly into the operating system:

  • No plugin installation required
  • Automatically available on system startup
  • Deep system integration
  • Access through SettingsManagement AccessAPI

🔌 Plugin Installation (Pre-7.2 and Advanced Users)

For Unraid versions prior to v7.2 or to access newer API features:

  1. Install the Unraid Connect Plugin from Community Apps
  2. Configure the plugin
  3. Access API functionality through the GraphQL Sandbox

:::info Important Notes

  • The Unraid Connect plugin provides the API for pre-7.2 versions
  • You do NOT need to sign in to Unraid Connect to use the API locally
  • Installing the plugin on 7.2+ gives you access to newer API features before they're included in OS releases :::

📚 Documentation Sections

Complete reference for all CLI commands Learn how to interact with the GraphQL API Configure SSO authentication providers See what's coming next

🌟 Key Features

:::info[Core Capabilities] The API provides:

  • GraphQL Interface: Modern, flexible API with strong typing
  • Authentication: Multiple methods including API keys, session cookies, and SSO/OIDC
  • Comprehensive Coverage: Access to system information, array management, and Docker operations
  • Developer Tools: Built-in GraphQL sandbox configurable via web interface or CLI
  • Role-Based Access: Granular permission control
  • Web Management: Manage API keys and settings through the web interface :::

🚀 Get Started

  1. The API is already installed and running
  2. Access settings at SettingsManagement AccessAPI
  3. Enable the GraphQL Sandbox for development
  4. Create your first API key
  5. Start making GraphQL queries!
  1. Install the Unraid Connect plugin from Community Apps
  2. No Unraid Connect login required for local API access
  3. Configure the plugin settings
  4. Enable the GraphQL Sandbox
  5. Start exploring the API!

For detailed usage instructions, see the CLI Commands reference.