Commit Graph

3 Commits

Author SHA1 Message Date
Fahreddin Özcan e127fa124a CTX7-2006: Support on-premise setup in ctx7 CLI (#3044)
* CTX7-2006: feat(cli): support on-premise setup with base URL

* CTX7-2006: refactor(cli): isolate on-prem setup from outbound services

* CTX7-2006: feat(cli): prompt securely for on-prem API key

* CTX7-2006: test(cli): isolate on-prem API key scenarios

* CTX7-2006: fix(cli): harden on-premise setup

* CTX7-2006: refactor(cli): tighten on-premise setup boundaries

* CTX7-2006: fix(cli): address on-premise review feedback

* CTX7-2006: chore(cli): release setup support as patch
2026-09-08 18:21:17 +03:00
Fahreddin Özcan ea82d5585a docs(enterprise): document programmatic library import/export API (#2887)
* docs(enterprise): document programmatic library import/export API

- Add POST /import-libraries endpoint reference (openapi-enterprise.json + page)
- Register it under API Reference → Parse in the nav
- Add an Automating with the API section to the Library Import feature doc,
  covering the cloud license-key export and the on-prem JSON import

* docs: update export endpoint to /api/v1/enterprise/export, plain language

Match the renamed cloud export path, move the license key into the request
body, and reword the automation section without em dashes.

* docs(enterprise): export uses Authorization header; import requires an API key

* docs(enterprise): document the force query param on import
2026-07-08 13:29:34 +03:00
Fahreddin Özcan 8a6c029f65 docs(enterprise): add on-premise API reference (#2810)
* docs(enterprise): add on-premise API reference

Adds interactive API reference pages for the on-premise instance covering authentication, library search, documentation context, and all parse endpoints.

* docs(enterprise): remove duplicate openapi spec

* docs(enterprise): remove em dashes

* docs(enterprise): simplify authentication page

* docs(enterprise): add API key screenshots to authentication page

* docs(enterprise): link bearer auth description to authentication page
2026-06-23 11:22:52 +03:00