For AI agents: the documentation index is at /docs/aidbox/llms.txt. A Markdown version of this page is available at /docs/aidbox/deprecated/deprecated/smartbox/how-to-guides/publish-terms-of-use-link-onto-the-documentation-page.md or by requesting it with the Accept: text/markdown header.
Aidbox Docs

Publish Terms of Use Link Onto the Documentation Page

To set up the link use the following request.

PATCH /AidboxConfig/smartbox
content-type: text/yaml
accept: text/yaml

smartbox:
  terms-of-use-url: https://example.com/terms-of-use

terms-of-use-url should be a link to a publicly accessible terms of use file

Last updated: