Skip to content
Merged
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
5 changes: 4 additions & 1 deletion docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@
"$schema": "https://mintlify.com/docs.json",
"theme": "mint",
"name": "usezombie",
"appearance": {
"default": "dark"
},
"colors": {
"primary": "#14b8a6",
"light": "#5eead4",
"dark": "#2dd4bf"
"dark": "#5eead4"
},
"fonts": {
"heading": {
Expand Down
6 changes: 3 additions & 3 deletions index.mdx
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: usezombie
description: "Always-on agent runtime that wakes on your events, gathers evidence against your infra, and posts evidenced diagnoses to Slack. Markdown-defined."
title: "An always-on agent runtime"
description: "Long-lived daemons wake on your events, gather evidence against your infra, and post evidenced diagnoses to Slack. Markdown-defined."
---

import { STARTER_CREDIT } from "/snippets/rates.mdx";

<Warning>
🧟 **Stealth-mode testing.** usezombie is in private alpha — APIs and agent behavior may change without long deprecation windows. Want a hand calibrating a zombie or to join as a design partner? Email [usezombie@agentmail.to](mailto:usezombie@agentmail.to).
**Stealth-mode testing.** usezombie is in private alpha — APIs and agent behavior may change without long deprecation windows. Want a hand calibrating a zombie or to join as a design partner? Email [usezombie@agentmail.to](mailto:usezombie@agentmail.to).
</Warning>

## A long-lived runtime for one operational outcome
Expand Down
Loading