Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,7 @@
"enterprise/quick-start",
"enterprise/analytics",
"enterprise/external-postgres",
"enterprise/support-policy",
{
"group": "K8s Install",
"pages": [
Expand Down
92 changes: 92 additions & 0 deletions enterprise/support-policy.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
---
title: Support Policy
description: Severity levels, response commitments, and support processes for OpenHands Enterprise customers
icon: headset
---

Clear response commitments, defined severity levels, and a dedicated team
standing behind every deployment.

## Severity Levels

Every support request is classified by impact so we can respond with the right
urgency.

<CardGroup cols={2}>
<Card title="Severity 1" icon="circle-exclamation" color="#dc2626">
**Production Down**

A vital feature or the entire platform is non-functional. No workaround
exists. Affects multiple teams or the entire organization.
</Card>
<Card title="Severity 2" icon="triangle-exclamation" color="#ea580c">
**Major Block**

A core feature is broken or severely degraded. A workaround may exist but
is impractical for sustained use. Work across one or more teams is
significantly disrupted.
</Card>
<Card title="Severity 3" icon="circle-info" color="#ca8a04">
**Partial Failure**

System behavior is degraded, disrupting work, but users are able to
complete tasks. A reasonable workaround is available.
</Card>
<Card title="Severity 4" icon="message-question" color="#16a34a">
**General Request**

Non-critical errors, cosmetic issues, general questions, or requests for
product enhancements. Day-to-day work is not disrupted.
</Card>
</CardGroup>
Comment on lines +15 to +41

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would like to see these definitions tightened up a bit so that we have more consistency across reporters around how the same issue is classified. Let's try to use more objective statements such as we have in the current definitions.

For example "seriously impaired" is less specific and more subjective than saying "a vital feature is broken with no way to bypass it. Affects multiple teams or the entire company."

I would like a more severe sounding title for Sev 2 than "reduced capacity" otherwise I think we'll get more Sev 1 requests than we want. We previously had "major block" for this category. I am fine with alternatives but let's use something that sounds really bad.

We had decided to group minor issues with general requests or concerns as Sev 4. I am fine with that, but let's not use the term minor impact for Sev 3. It should sound worse than that. We previously called that "partial failure." We should describe the impact more crisply and objectively, for example: "system behavior is degraded, disrupting work but users are able to complete tasks."

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Addressed in a49ea10 — renamed Sev 2 to "Major Block" and Sev 3 to "Partial Failure." Rewrote all four definitions with more objective, specific language to improve consistency across reporters. Sev 4 grouping kept as-is.

This comment was posted by an AI agent (OpenHands) on behalf of Chris Nelson.


## First Response SLA

Our commitment to acknowledging your issue. All times represent a qualified
human response, not an automated reply.

### Standard Support

Included with every Enterprise deployment. Coverage is Monday–Friday,
9 AM – 5 PM EST.

| Severity | First Response Time |
|----------|---------------------|
| **Sev 1** — Production Down | 16 business hours |

Check warning on line 55 in enterprise/support-policy.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

enterprise/support-policy.mdx#L55

Did you really mean 'Sev'?
| **Sev 2** — Major Block | 1 business day |

Check warning on line 56 in enterprise/support-policy.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

enterprise/support-policy.mdx#L56

Did you really mean 'Sev'?
| **Sev 3** — Partial Failure | 2 business days |

Check warning on line 57 in enterprise/support-policy.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

enterprise/support-policy.mdx#L57

Did you really mean 'Sev'?
| **Sev 4** — General Request | 3 business days |

Check warning on line 58 in enterprise/support-policy.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

enterprise/support-policy.mdx#L58

Did you really mean 'Sev'?

### Premium Support

For mission-critical enterprise deployments. Sev 1 coverage is 24/7, including

Check warning on line 62 in enterprise/support-policy.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

enterprise/support-policy.mdx#L62

Did you really mean 'Sev'?
weekends and holidays. Sev 2–4 coverage is Monday–Friday, 9 AM – 5 PM EST.

| Severity | First Response Time |
|----------|---------------------|
| **Sev 1** — Production Down | 30 minutes |

Check warning on line 67 in enterprise/support-policy.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

enterprise/support-policy.mdx#L67

Did you really mean 'Sev'?
| **Sev 2** — Major Block | 4 hours |

Check warning on line 68 in enterprise/support-policy.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

enterprise/support-policy.mdx#L68

Did you really mean 'Sev'?
| **Sev 3** — Partial Failure | 8 hours |

Check warning on line 69 in enterprise/support-policy.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

enterprise/support-policy.mdx#L69

Did you really mean 'Sev'?
| **Sev 4** — General Request | 1 business day |

Check warning on line 70 in enterprise/support-policy.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

enterprise/support-policy.mdx#L70

Did you really mean 'Sev'?

<Note>
The SLA times listed above represent first response commitments. While we
strive to resolve issues as quickly as possible, these times should not be
interpreted as expected time-to-resolution.
</Note>

## How to Report an Issue

Submit support requests through the
[OpenHands Support Portal](https://support.openhands.dev). The support portal
allows you to create, track, and manage all of your support requests in one
place.

<CardGroup cols={2}>
<Card title="Support Portal" icon="life-ring" href="https://support.openhands.dev">
Submit and track support requests.
</Card>
<Card title="Contact Sales" icon="envelope" href="https://openhands.dev/contact">
Learn more about Premium Support or discuss your support needs.
</Card>
</CardGroup>