For the complete documentation index, see llms.txt. This page is also available as Markdown.

Access key

Configure access-key authentication for the Custom dictionary and Style guide APIs.

Access key is an optional authentication mechanism for selected API endpoints.

It is used for:

You can also enforce it for all API commands.

That requires an API gateway.

The gateway must add the access key to every request.

Configure access key in AppServerX.xml.

Follow the safe edit workflow in Editing AppServerX.xml.

<Authentication>
	<!-- Manually create and enter a unique access key for using the custom dictionary and style guide API.
	It must be at least 20 characters, comprising upper and lower case letters and digits. -->
	<AccessKey></AccessKey>
	<!-- You can enable access key for all API commands here. -->
	<UseAccessKeyForAllCommands>false</UseAccessKeyForAllCommands>
</Authentication>

Last updated

Was this helpful?