All systems operational
How can we help?
Search our knowledge base for answers
Popular articles
Authentication
Run the login command to authenticate through your browser:
1 min read
Introduction
The OpenCX CLI is a command-line tool for managing your help center content as code. Instead of editing articles through a web dashboard, you write and…
1 min read
Installation
- Bun 1.0 or later
1 min read
Slug Conventions
Slugs are used as identifiers for both articles and categories. An article slug comes from the filename (minus ), and a category slug comes from the directory…
1 min read
Article Files
Articles are Markdown files with YAML frontmatter. The file's slug is derived from its filename minus the extension.
1 min read
Category Metadata
Category metadata (name, description, icon) lives in under the optional key. Each key is the category path relative to (e.g. , ). The value is an object…
1 min read