60 Commits

Author SHA1 Message Date
Nikolas Garza c0a41fe8ab docs: SSO Providers admin page and v4.4.0 legacy migration notes (#413) 2026-07-22 08:45:42 -07:00
Wenxi e7a3bf631a feat(craft) v2 docs (#407)
* .

* docs: reframe Craft docs around the agent-loop story

- Rewrite Using Craft, Skills and Apps, and Scheduled Tasks around Craft as a
  free-form agent loop, anchored on worked use cases (all-hands deck, customer report)
- Add craft_start and craft_agent_loop screenshots
- Restructure Managing Craft / Skills / Apps into a consistent
  understand -> set up -> govern -> operate flow with cross-links
- List Kubernetes before Docker in the deployment guide and architecture page
- Copy fixes: correct skill names (pptx, company-search), HubSpot casing,
  remove em dashes across all affected pages

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

* style: apply repo formatters to satisfy quality-checks

- Rewrap craft .mdx prose with scripts/format_docs.py (width 120)
- Normalize docs.json with prettier

No content changes; fixes the failing prettier and format_docs.py --check hooks.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

* docs: develop the customer-report use case in Using Craft

- Turn the thin "report or web app" line into a concrete second example
  (HubSpot records, cross-referenced with Slack and Zendesk, in your writing style)
  so both flagship use cases are fully shown
- Frame the intro as building almost anything your team makes

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

* docs: lead Craft pages with the AI co-worker framing

- Open Using Craft with "an AI co-worker that knows your company" and the
  end-to-end loop that hands back a finished artifact
- Frame Skills and Apps around letting Craft do real work, not just describe it

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

* comprehensive

* docs(craft): clarify file and browser capabilities

---------

Co-authored-by: rohoswagger <roshan@onyx.app>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-14 07:30:24 -07:00
Justin Tahara 138f61911b docs(admins): add Tracing setup guide (Braintrust / Langfuse) (#409)
* docs(admins): add Tracing setup guide for Braintrust/Langfuse

* docs(admins): apply format_docs to tracing guide
2026-07-01 17:39:46 -05:00
Justin Tahara 599f33d4f7 docs: Audit Logs & SIEM Integration guide (hold for v4.3 GA) (#405)
* docs(admins): add Audit Logs & SIEM Integration guide

Customer-facing guide for forwarding Onyx's structured audit-event stream
to a SIEM (Splunk/Sentinel/Elastic/Chronicle/Security Lake): what's
captured, the OCSF-shaped event schema, and step-by-step log-shipper setup
(Vector + Fluent Bit) with the onyx.audit logger filter. Added under the
existing "Auditing" nav group. Scoped to self-hosted v4.3+.

* docs(admins): add per-event reference table to audit logs guide

Adds an "Event reference" section: every audit action grouped by OCSF class
with its trigger, resource_id, and key extra fields — what a SIEM team needs
to build detection rules. Notes the append-only stability guarantee.

* docs(admins): document credential-access schema, always-on behavior, fail-open dedup

* docs(admins): apply format_docs.py formatting
2026-07-01 17:29:59 -05:00
Danelegend 15096e3ff6 docs(coding-agent): Add documentation page for coding agent (#400)
* .

* .

* .

* .
2026-06-02 17:48:36 -07:00
Jamison Lahman 56224a0df5 fix: document LM Studio loopback binding issue (#396)
* fix: document LM Studio loopback binding issue

* nit

* nit

* nit
2026-05-20 10:05:13 -07:00
acaprau e0c20e3fa4 docs(opensearch): Add infra documentation (#386)
* opensearch innit

* context
2026-04-23 18:23:18 -07:00
acaprau 81653f5dfd docs(opensearch): Add docs about migration and cloud (#383)
* [OpenSearch] Add docs about migration and cloud

* typo
2026-04-20 20:09:40 -07:00
Jessica Singh b227ed51eb chore(spending limits): replace rate limits page with spending limits (#375)
* move rate limits content to spending limits page

* add admin panel location note to spending limits page

* update image reference to spending_limits.png

* add spending_limits screenshot

* finalize spending limits page and reorder nav
2026-04-07 14:04:04 -07:00
SubashMohan 7ccc11a89f docs: add group-based permissions guide (#372)
* feat(doc): Add migration guide and overview for group-based permissions

* feat(doc): Remove outdated migration guide and overview; add new 'What's Changing' page for group-based permissions

* fix(doc): Remove unnecessary emphasis in migration warnings for clarity
2026-04-07 14:02:57 +05:30
justin-tahara a287a3b20f Update existing docs 2026-04-06 17:29:27 -07:00
Yuhong Sun 184d3ab4de Reorganized Some Pages (#370) 2026-04-02 17:01:32 -07:00
Yuhong Sun 4aa456cda6 Docs Refresh (#367) 2026-04-02 13:55:05 -07:00
Bo-Onyx 3e426cc795 feat(hook): add docs (#366)
* feat(hook): add docs

* Address comments
2026-04-01 14:08:26 -07:00
Jessica Singh c564e26d7b feat(voice): add docs (#364)
voice mode docs
2026-03-30 15:43:51 -07:00
Wenxi c623b6b5dc rm gtm (#362) 2026-03-25 13:48:54 -07:00
Wenxi a28c60901a feat: lm studio docs (#361) 2026-03-25 10:13:32 -07:00
Danelegend e7e1d09f69 chore: Update code interpreter docs (#358)
Add code interpreter documentation
2026-03-18 11:24:47 -07:00
Nikolas Garza 0d610e7aac docs: add SCIM provisioning documentation (#353)
Add SCIM 2.0 docs page covering token generation, Okta and Entra ID
setup (linking to official provider docs), and connection verification.
Also updates the enterprise edition snippet to fix a dead contact link,
and replaces the "Coming soon: SCIM" note with a link to the new page.
2026-03-10 15:43:03 -07:00
roshan 3725a9a4c2 docs: add Onyx CLI documentation (#347)
* docs: add Onyx CLI documentation page

Add CLI documentation to the Onyx Anywhere section covering
installation (PyPI, Go, source), setup, commands, slash commands,
and keyboard shortcuts.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* update cli docs

* nits

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-06 13:40:20 -08:00
Wenxi eea1aa9077 feat: mcp server docs (#345)
* feat: mcp server docs

* formatting

* fix links
2026-02-24 10:57:13 -08:00
Nikolas Garza 183af56b96 docs(billing): add Plans & Billing documentation (#342)
* docs: add Plans & Billing documentation

Add billing docs covering subscription flows for Cloud and Self-Hosted
deployments, seat management, air-gapped license activation, and
troubleshooting for common issues like lockouts and seat limits.

* chore: remove Open in Onyx contextual option

* chore: convert accordions to subheadings and move billing to bottom of sidebar
2026-02-13 18:45:10 -08:00
Wenxi d131aed90e discord bot docs (#332)
* nit craft cropping

* remove emojis

* discord bot docs

* typo
2026-01-30 11:31:15 -08:00
roshan cc3ce565a3 feat: onyx-widget docs (#324)
* feat: onyx-widget docs

* more widget stuff + chrome extension refactor

* update urls in docs
2026-01-29 15:24:20 -08:00
roshan 5dde3f4fda FEAT: ONYX CRAFT (#327)
* FEAT: ONYX CRAFT

* nit
2026-01-27 16:48:53 -08:00
Jamison Lahman b13a471903 docs: desktop app 🚀 (#326)
* docs: desktop app 🚀

* Adding pictures

* Adding a Beta tag

* fix download link

---------

Co-authored-by: justin-tahara <justintahara@gmail.com>
2026-01-26 17:05:44 -08:00
Wenxi 29ec1a4e12 small nit (#318)
* small nit

* small nit
2026-01-13 11:20:03 -08:00
Wenxi f31a13e3eb add ingestion api reference docs (#317) 2026-01-13 10:59:21 -08:00
Wenxi d200b84008 fix wrong admin folder and drupal connector steps (#315)
fix wrong admin folder
2026-01-11 12:58:14 -08:00
rexjohannes 64909259ab add Drupal Wiki Connector documentation (#200)
Add Drupal Wiki connector documentation and configuration image
2026-01-11 12:53:15 -08:00
Wenxi Onyx 9fc76cb913 update send message guide 2026-01-06 10:28:37 -08:00
Wenxi Onyx edbf2cb439 update api docs v2.7.0 2026-01-06 10:28:37 -08:00
Yuhong Sun b5c9d43b03 Update Docs on Send Message API (#302) 2026-01-02 19:50:59 -08:00
Wenxi Onyx e0e80e5d75 fix link 2025-12-23 13:25:05 -08:00
Wenxi Onyx e3140e812c add onyx to context menu 2025-12-23 13:22:04 -08:00
Jamison Lahman e46d4a1bc4 fix: twitter socials link 2025-12-16 16:45:23 -08:00
Wenxi Onyx c88eb5d097 . 2025-12-16 13:35:29 -08:00
Wenxi Onyx 72ecd90f2a add quickstart to welcome sidepanel 2025-12-16 13:35:29 -08:00
Wenxi 9bc3c00bdc add instructions for image generation action (#284) 2025-12-03 11:36:51 -08:00
Wenxi 2a3e5c8548 hide group apis until ready (#277)
* hide group apis until ready

* hide group apis until ready
2025-11-25 12:16:37 -05:00
Wenxi ada5a60c65 admin -> admins (#274) 2025-11-25 10:05:19 -05:00
Nikolas Garza fa4438a6cd add documentation for llm access controls 2025-11-14 10:57:16 -08:00
Wenxi 1ae8cc58aa add openrouter (#257) 2025-10-22 10:23:46 -07:00
Wenxi 9d1ac03d51 hide archive tab pending full deletion (#249) 2025-10-19 13:31:51 -07:00
Wenxi f639de9143 Changelog v2.0.0 (#253)
* v2.0.0 changelog

* changelog v2.0.0

* changelog v2.0.0

* fix docker guide link

* fix typos

* changelog v2.0.0

* changelog v2.0.0

* changelog v2.0.0
2025-10-19 13:07:24 -07:00
Wenxi 7928e7fc1b ollama support (#252) 2025-10-19 11:59:19 -07:00
Yuhong Sun f0586a3a59 Remove Slack (#247) 2025-10-06 13:03:34 -07:00
Yuhong Sun ece248ac5e Deployment Quickstart (#244) 2025-09-24 15:34:36 -07:00
danielkravets 92ab1e58c2 bitbucket connector documentation (#233)
Co-authored-by: Wenxi <wenxi@onyx.app>
2025-09-16 10:53:37 -07:00
Wenxi 3b8aa2426d post launch nits 3 (#239)
* redirect configure onyx

* crop

* new simple api

* new core concepts

* formatting

* formatting

* versions api and updated openapi

* remove promptid

* update send-message

* update action example
2025-09-10 15:18:48 -07:00