> For the complete documentation index, see [llms.txt](https://docs.infraon.io/knowledge-help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.infraon.io/knowledge-help/infraons-knowledge-help.md).

# Infraon's Knowledge Help

<p align="center"></p>

<p align="center"></p>

<p align="center"></p>

<p align="center"></p>

<p align="center"></p>

<p align="center"></p>

<p align="center"></p>

<p align="center"></p>

<p align="center"></p>

<p align="center"></p>

<p align="center"><a href="/spaces/E4mkwSP8a1BSD9BFNFav/pages/V88XLNkLq6IU0J1cdEsd" class="button primary" data-icon="book-open">Explore Documentation</a> <a href="https://docs.infraon.io/infraon-infinity-api-guide/" class="button secondary" data-icon="code">API Documentation</a> </p>

<p align="center"></p>

<p align="center"><strong>Looking for something specific?</strong> Use the search bar at the top of the page — or press <code>Ctrl</code> / <code>⌘</code> + <code>K</code> — to search across the Infraon documentation.</p>

<h2 align="center">What can we help you find?</h2>

<p align="center">Four starting points cover most tasks. Choose the one that matches what you need to do.</p>

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4><i class="fa-book-open">:book-open:</i></h4></td><td><strong>Browse Documentation</strong></td><td>Product documentation and user guides</td><td><a href="/spaces/E4mkwSP8a1BSD9BFNFav">/spaces/E4mkwSP8a1BSD9BFNFav</a></td></tr><tr><td><h4><i class="fa-code">:code:</i></h4></td><td><strong>API Documentation</strong></td><td>Authentication, endpoints, and schemas</td><td><a href="https://docs.infraon.io/infraon-infinity-api-guide/">https://docs.infraon.io/infraon-infinity-api-guide/</a></td></tr><tr><td><h4><i class="fa-bullhorn">:bullhorn:</i></h4></td><td><strong>Release Notes</strong></td><td>Features, enhancements, and fixes</td><td><a href="/pages/fqIGsuA2KZXyqEGxVfQc">/pages/fqIGsuA2KZXyqEGxVfQc</a></td></tr><tr><td><h4><i class="fa-graduation-cap">:graduation-cap:</i></h4></td><td><strong>Infraon Academy</strong></td><td>Courses and learning paths</td><td><a href="https://learning.infraon.io/">https://learning.infraon.io/</a></td></tr></tbody></table>

## Browse by product

Select a product to open its documentation set.

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td><h4><i class="fa-infinity">:infinity:</i></h4></td><td><strong>Infraon Infinity</strong></td><td>An AI-powered integrated platform for all ITOps and ITSM needs.<br></td><td><a href="/spaces/E4mkwSP8a1BSD9BFNFav">/spaces/E4mkwSP8a1BSD9BFNFav</a></td><td><a href="/files/eQLxKDiWsaT1185r3BnM">/files/eQLxKDiWsaT1185r3BnM</a></td></tr><tr><td><h4><i class="fa-boxes-stacked">:boxes-stacked:</i></h4></td><td><strong>Infraon Assets</strong></td><td>Asset lifecycle, discovery, CMDB relationships, contracts, and licensing.</td><td><a href="/spaces/kj0OByTgc77gg6xNCON8">/spaces/kj0OByTgc77gg6xNCON8</a></td><td><a href="/files/5143jREbc3NnLkrOBzLW">/files/5143jREbc3NnLkrOBzLW</a></td></tr><tr><td><h4><i class="fa-headset">:headset:</i></h4></td><td><strong>Infraon ITSM</strong></td><td>Incidents, requests, problems, changes, and SLA workflow configuration.</td><td><a href="/spaces/vH8OeoXTautGWceDRttV">/spaces/vH8OeoXTautGWceDRttV</a></td><td><a href="/files/eJGDDpBcTvPS99StqxVH">/files/eJGDDpBcTvPS99StqxVH</a></td></tr><tr><td><h4><i class="fa-file-code">:file-code:</i></h4></td><td><strong>Infraon NCCM</strong></td><td>Config backups, compliance policies, drift detection, and rollback.</td><td><a href="/spaces/E4mkwSP8a1BSD9BFNFav/pages/fRWuEse9oJ35Ffx4oZge">/spaces/E4mkwSP8a1BSD9BFNFav/pages/fRWuEse9oJ35Ffx4oZge</a></td><td><a href="/files/RnFwDjNfLay2Ciyww7SA">/files/RnFwDjNfLay2Ciyww7SA</a></td></tr></tbody></table>

{% columns %}
{% column width="50%" %}

### API Quickstart

Make your first Infraon API call in under 5 minutes.

This quickstart walks through the basic setup: generating an API key, pointing to your instance, and sending a test request. The examples use the same request in several languages, so you can start with the one that matches your stack.

{% hint style="warning" icon="life-ring" %}
**Need some help?**

Troubleshoot the errors you are most likely to hit.

<details>

<summary>I get <code>Invalid API key.</code></summary>

The key is wrong, expired, or the `ApiKey` prefix was left off.

Check the header reads `Authorization: ApiKey <key>`, then reauthenticate.

</details>

<details>

<summary>I get <code>API key is missing.</code></summary>

No `Authorization` header reached the server.

Add the header — some clients drop it on redirects.

</details>

<details>

<summary>I get <code>Please provide username.</code></summary>

A required field is missing from the JSON body.

Send every required key, with the right type.

</details>

<details>

<summary>The request succeeds, but the result is not what I expect</summary>

Check the filters on the request before changing your client code.

Postman, Insomnia, and Swagger UI all show exactly what was sent.

</details>
{% endhint %}

With your first request done, use the API documentation for endpoints, parameters, and response formats.

<a href="https://docs.infraon.io/infraon-infinity-api-guide/" class="button primary" data-icon="rocket-launch">Get started</a> <a href="https://docs.infraon.io/infraon-infinity-api-guide/" class="button secondary" data-icon="terminal">API reference</a>
{% endcolumn %}

{% column width="50%" %}
{% stepper %}
{% step %}
**Create your API key**

Open **Settings → API Registration** in Infraon and generate a key. Copy it once — it is not shown again.

<a href="https://docs.infraon.io/infraon-infinity-api-guide/" class="button secondary" data-icon="key">Authorization guide</a>
{% endstep %}

{% step %}
**Make your first request**

Pick a language below, replace `YOUR_API_KEY` and your subdomain, and run.

{% tabs %}
{% tab title="cURL" %}
{% code overflow="wrap" %}

```bash
curl -X GET \
  "https://{subdomain}.api.infraon.app/api/v1/incident?status=open" \
  -H "Authorization: ApiKey YOUR_API_KEY" \
  -H "Content-Type: application/json"
```

{% endcode %}
{% endtab %}

{% tab title="Python" %}
{% code overflow="wrap" %}

```python
# pip install requests
import requests

BASE = "https://{subdomain}.api.infraon.app"
HEADERS = {
    "Authorization": "ApiKey YOUR_API_KEY",
    "Content-Type": "application/json",
}

r = requests.get(f"{BASE}/api/v1/incident", headers=HEADERS,
                 params={"status": "open"}, timeout=30)
r.raise_for_status()
print(r.json())
```

{% endcode %}
{% endtab %}

{% tab title="JavaScript" %}
{% code overflow="wrap" %}

```javascript
// Node 18+ — fetch is built in
const BASE = "https://{subdomain}.api.infraon.app";

const res = await fetch(`${BASE}/api/v1/incident?status=open`, {
  headers: {
    Authorization: "ApiKey YOUR_API_KEY",
    "Content-Type": "application/json"
  }
});

console.log(await res.json());
```

{% endcode %}
{% endtab %}

{% tab title="PowerShell" %}
{% code overflow="wrap" %}

```powershell
$headers = @{
  "Authorization" = "ApiKey YOUR_API_KEY"
  "Content-Type"  = "application/json"
}

Invoke-RestMethod -Method GET `
  -Uri "https://{subdomain}.api.infraon.app/api/v1/incident?status=open" `
  -Headers $headers | ConvertTo-Json -Depth 5
```

{% endcode %}
{% endtab %}
{% endtabs %}
{% endstep %}

{% step %}
**Parse the response**

If the request succeeds, you get a JSON body back:

{% code title="response.json" overflow="wrap" %}

```json
{
  "status": "success",
  "data": { "incident_id": "INC-100482", "state": "Open" }
}
```

{% endcode %}
{% endstep %}
{% endstepper %}
{% endcolumn %}
{% endcolumns %}

### Browse by documentation type

Jump straight to the format that matches your task.

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>API References</strong></td><td>Endpoints, schemas, and payloads.</td><td><a href="/files/7PfYPNWewPtr1Mb6cT4U">/files/7PfYPNWewPtr1Mb6cT4U</a></td><td><a href="https://docs.infraon.io/infraon-infinity-api-guide/">https://docs.infraon.io/infraon-infinity-api-guide/</a></td></tr><tr><td><strong>Self Service Portal</strong></td><td>Requests, catalog, and approvals.<br></td><td><a href="/files/N7GDEjBUOf2J0INeJbFG">/files/N7GDEjBUOf2J0INeJbFG</a></td><td><a href="https://docs.infraon.io/infinity-self-service-portal/">https://docs.infraon.io/infinity-self-service-portal/</a></td></tr><tr><td><strong>Vendor Guide</strong></td><td>Vendor onboarding and management.</td><td><a href="/files/af6S0JkOFdG4f7yf10De">/files/af6S0JkOFdG4f7yf10De</a></td><td><a href="/spaces/Bst648n9C8uwoNNOrnyP/pages/6ryhVLnxnkVY6HU3mFip">/spaces/Bst648n9C8uwoNNOrnyP/pages/6ryhVLnxnkVY6HU3mFip</a></td></tr><tr><td><strong>Release Notes</strong></td><td>What changed in each version.<br></td><td><a href="/files/Q8xzw3maGL6XGx6CpkDe">/files/Q8xzw3maGL6XGx6CpkDe</a></td><td><a href="/pages/fqIGsuA2KZXyqEGxVfQc">/pages/fqIGsuA2KZXyqEGxVfQc</a></td></tr><tr><td><strong>Use Cases</strong></td><td>Real-world scenarios and blueprints.</td><td><a href="/files/uVs2RVqoxcrNUa25sDqo">/files/uVs2RVqoxcrNUa25sDqo</a></td><td><a href="/pages/8wJX6ISxTYu7BdCnixZw">/pages/8wJX6ISxTYu7BdCnixZw</a></td></tr><tr><td><strong>Handbooks</strong></td><td>Deep-dive operational playbooks.<br></td><td><a href="/files/zRSXbaTWRYoBcb0CMp07">/files/zRSXbaTWRYoBcb0CMp07</a></td><td><a href="/pages/HWbrEYj40QmhMkksUGJQ">/pages/HWbrEYj40QmhMkksUGJQ</a></td></tr></tbody></table>

{% columns %}
{% column width="60%" %}

### Latest release notes

Stay up to date with new features, enhancements, changes, and bug fixes across Infraon releases.

Release notes are published for each version and module, so you can review exactly what changed before you upgrade.

<a href="/pages/fqIGsuA2KZXyqEGxVfQc" class="button primary" data-icon="bullhorn">View Release Notes</a>
{% endcolumn %}

{% column width="40%" valign="middle" %}

{% endcolumn %}
{% endcolumns %}

## Marketplace integrations

Connect Infraon to the tools your teams already use — communication platforms, directory services, ticketing systems, and asset management tools — configured via the Marketplace module.

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4><i class="fa-windows">:windows:</i></h4></td><td><strong>Azure Active Directory</strong></td><td>Single sign-on and user provisioning from your Azure directory.</td><td><a href="/spaces/E4mkwSP8a1BSD9BFNFav/pages/FRjJc9ThLgTuAuSgRKB6">/spaces/E4mkwSP8a1BSD9BFNFav/pages/FRjJc9ThLgTuAuSgRKB6</a></td></tr><tr><td><h4><i class="fa-microsoft">:microsoft:</i></h4></td><td><strong>Microsoft Teams</strong></td><td>Notify channels and act on tickets without leaving Teams.<br></td><td><a href="/spaces/E4mkwSP8a1BSD9BFNFav/pages/EnsqfiBwKtr7VKdnjw6B">/spaces/E4mkwSP8a1BSD9BFNFav/pages/EnsqfiBwKtr7VKdnjw6B</a></td></tr><tr><td><h4><i class="fa-jira">:jira:</i></h4></td><td><strong>JIRA</strong></td><td>Sync issues between Infraon and your engineering backlog.<br></td><td><a href="/spaces/E4mkwSP8a1BSD9BFNFav/pages/kJVJuAtkjCa9kIPs9RjF">/spaces/E4mkwSP8a1BSD9BFNFav/pages/kJVJuAtkjCa9kIPs9RjF</a></td></tr><tr><td><h4><i class="fa-google">:google:</i></h4></td><td><strong>Google Workspace</strong></td><td>Single sign-on and user provisioning from your Google directory.</td><td><a href="/spaces/E4mkwSP8a1BSD9BFNFav/pages/36iQsacHSAWT6DhSWSHx">/spaces/E4mkwSP8a1BSD9BFNFav/pages/36iQsacHSAWT6DhSWSHx</a></td></tr><tr><td><h4><i class="fa-shield-halved">:shield-halved:</i></h4></td><td><strong>Okta</strong></td><td>Federated identity and SSO for every Infraon user.<br></td><td><a href="/spaces/E4mkwSP8a1BSD9BFNFav/pages/92RhrCnJ3Cy2ztO9zWo0">/spaces/E4mkwSP8a1BSD9BFNFav/pages/92RhrCnJ3Cy2ztO9zWo0</a></td></tr><tr><td><h4><i class="fa-shapes">:shapes:</i></h4></td><td><strong>And more</strong></td><td>LDAP, RADIUS, TACACS, ServiceNow, JAMF, Tenable, RingCentral, WhatsApp.</td><td><a href="/spaces/E4mkwSP8a1BSD9BFNFav/pages/SYwAJoIG5xSwKFWOu7Nj">/spaces/E4mkwSP8a1BSD9BFNFav/pages/SYwAJoIG5xSwKFWOu7Nj</a></td></tr></tbody></table>

## Infraon Academy

Structured, self-paced learning paths and certifications on [learning.infraon.io](https://learning.infraon.io/) — from platform fundamentals to advanced administration.

### On-demand courses

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Infraon Infinity</strong></td><td>End-to-end walkthrough of the unified ITOps platform, modules, and administration.</td><td>Intermediate · 12 modules · 4h 30m</td><td><a href="/files/Q9oqmXeCxfSQPwNOmRcl">/files/Q9oqmXeCxfSQPwNOmRcl</a></td><td><a href="https://learning.infraon.io/course/infraon-infinity-88833">https://learning.infraon.io/course/infraon-infinity-88833</a></td></tr><tr><td><strong>ITSM</strong></td><td>Service desk setup, incident and change workflows, SLAs, and approvals.<br></td><td>Intermediate · 9 modules · 3h 10m</td><td><a href="/files/q94O6qiOYPqOZJIxwb0X">/files/q94O6qiOYPqOZJIxwb0X</a></td><td><a href="https://learning.infraon.io/course/mastering-itsm-with-infraon-platform-92282">https://learning.infraon.io/course/mastering-itsm-with-infraon-platform-92282</a></td></tr><tr><td><strong>ITAM</strong></td><td>Asset discovery, CMDB modeling, contracts, licensing, and depreciation.<br></td><td>Intermediate · 8 modules · 2h 45m</td><td><a href="/files/SyiuH3FIrYpKnlgu8tLD">/files/SyiuH3FIrYpKnlgu8tLD</a></td><td><a href="https://learning.infraon.io/course/mastering-itam-with-infraon-platform-92285">https://learning.infraon.io/course/mastering-itam-with-infraon-platform-92285</a></td></tr></tbody></table>

### Free courses

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>ITSM Essentials</strong></td><td>Core service management concepts and your first ticket lifecycle.</td><td>Beginner · 5 modules · 1h 20m</td><td><a href="/files/webVXq4hNACTLMD1kNPZ">/files/webVXq4hNACTLMD1kNPZ</a></td><td><a href="https://learning.infraon.io/course/ModernITSM-102019">https://learning.infraon.io/course/ModernITSM-102019</a></td></tr><tr><td><strong>ITAM Essentials</strong></td><td>Asset basics, inventory hygiene, and lifecycle fundamentals.<br></td><td>Beginner · 4 modules · 1h 05m</td><td><a href="/files/OU8LPjPsBt34ay3biJgH">/files/OU8LPjPsBt34ay3biJgH</a></td><td><a href="https://learning.infraon.io/course/ITAM_Fundamentals-102014">https://learning.infraon.io/course/ITAM_Fundamentals-102014</a></td></tr><tr><td><strong>IMS Essentials</strong></td><td>Monitoring fundamentals: devices, polling, thresholds, and alerts.<br></td><td>Beginner · 4 modules · 1h 15m</td><td><a href="/files/9jTFEDU0iXjjKvUW1YYr">/files/9jTFEDU0iXjjKvUW1YYr</a></td><td><a href="https://learning.infraon.io/course/IMSFundamentals-102032">https://learning.infraon.io/course/IMSFundamentals-102032</a></td></tr></tbody></table>

<a href="https://learning.infraon.io/" class="button primary" data-icon="graduation-cap">Visit Infraon Academy</a>

{% columns %}
{% column width="55%" %}

### Popular articles

A manually maintained list of frequently used guides across the Infraon documentation.

| Article                        | Area       |
| ------------------------------ | ---------- |
| Getting Started with Infraon   | Onboarding |
| Install the Discovery Agent    | ITAM       |
| Run Your First Asset Discovery | ITAM       |
| Build a Workflow Automation    | ITSM       |
| {% endcolumn %}                |            |

{% column width="45%" %}

### Video library

Short walkthroughs and product demos from the Infraon team — 24 videos covering setup, configuration, and day-to-day operation.

<a href="/pages/Ig0OMkBtgow3xhXQxFKc" class="button primary" data-icon="circle-play">Video Library: Infraon Infinity</a>
{% endcolumn %}
{% endcolumns %}

<h2 align="center">Need help?</h2>

<p align="center">Can't find what you're looking for? Start by searching the documentation or contact the Infraon support team for assistance.</p>

<p align="center"><a href="/spaces/E4mkwSP8a1BSD9BFNFav" class="button primary" data-icon="book-open">Explore Documentation</a> <a href="https://infraon.io/contact-us" class="button secondary" data-icon="life-ring">Contact Support</a></p>
