Introduction
Section for showcasing Code of Conduct API endpoints
Welcome
This section provides an overview of the available Code of Conduct endpoints.
Code of Conduct policies help enforce organizational guidelines and standards.
Enkrypt AI Code of Conduct can be accessed via the following base URL:
https://api.enkryptai.com
Code of Conduct endpoints
/guardrails/policy-atomizer
: Atomize a policy and get rules after analyzing a PDF document or text with your company’s guidelines
/code-of-conduct/add-policy
: Create new policies with the rules generated from the atomizer
/code-of-conduct/get-policy
: Retrieve existing policies by name
/code-of-conduct/modify-policy
: Modify existing policies
/code-of-conduct/delete-policy
: Remove policies that are no longer needed
/code-of-conduct/list-policies
: List all policies available in your account
Authentication
All API endpoints are authenticated using API Keys and can be accessed from the User Dashboard.