Skip to main content
Updated Vincent Policies need to be added to our database before they can be accessible to application developers.
1

Log into the Vincent Developer Dashboard

Go to the Vincent Developer Dashboard and log in with your preferred authentication method.Vincent Developer Dashboard login
2

Access Your Vincent Policy

After logging in, navigate to your policy through the sidebar menu.Navigate to policy in sidebar
3

Create Policy Version

Click the Create Policy Version button to create a new version of your existing policy.Create Policy Version button
4

Fill in Version Details

Complete the form with your new version information and click Create Version.Version details form
Version
string
required
The new Policy version you’d like to add to the Vincent database.
Changes
string
required
Changes made to the policy since the previous version.
This version must be published to npm. The changes field is editable.
5

Success!

Your new policy version has been successfully added to the Vincent database and is now available for Ability developers to use.

FAQ

If your policy version creation fails, try these solutions:
  • Check npm publication: Make sure the policy version is published on npm and publicly accessible
  • Verify policy setup: Ensure the policy is published properly with all required metadata
  • Review implementation: Check that your policy follows the correct structure and conventions
For detailed guidance on setting up policies correctly, see our Policy Quick Start guide.

Next Steps

I