Integration

Publish Markdown from Codex

Codex works across your project, writes documentation as Markdown, and can run the command that publishes it. OpenDocs turns those .md files into shareable links, instantly.

# You're working with Codex...
> Document the database schema and publish it so the team can review
# Codex writes the doc, then runs the CLI
opendocs publish db-schema-docs.md
✔ Uploading content...
✔ URL generated: opendocs.cc/yourteam/db-schema-docs

Three steps. That's it.

Step 1

Install the CLI

Install OpenDocs alongside Codex. Both live in your terminal.

npm install -g @opendocs.cc/cli
Step 2

Authenticate

Log in once in your browser. Codex can now publish any Markdown file it creates.

opendocs login --browser
Step 3

Ask Codex to publish

Tell Codex to write docs and publish them. It runs the command, you get a link.

Skip the manual setup? Point your agent to the SKILL.md and it will handle installation, auth, and publishing for you.

Codex writes it. OpenDocs ships it.

Every .md file Codex generates is one command away from a beautiful, readable URL. Terminal to shareable link in seconds.

Start publishing with Codex

Free to get started. No credit card required.

Publish Markdown from Codex · OpenDocs