Skip to main content
Vincent Abilities need to be published 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

Create a New Vincent Ability

After logging in, click the Create an ability button to access the Create Ability PageCreate ability button
3

Fill in the Ability Details

Complete the form with your ability information:Ability details form
Package Name
string
required
The published npm package name
Description
string
required
The ability description
Title
string
required
The ability title
Image of your ability shown to users while connecting
Active Version
string
required
The ability version which will be used by app creators
Deployment Status
string
The current status of the ability
4

Ability Successfully Created

Your ability has been successfully published to the Vincent database and is now available for app developers to use.Ability creation success confirmation
This version must be published to npm. Aside from the package name, all other metadata is editable.
Abilities with the ‘dev’ status won’t be visible to app developers. Only abilities with ‘active’ status can be integrated into Vincent Apps.

Updating Your Ability

When you want to release a new version of your ability, you’ll need to update our database with the new version information. We’ll cover the version update process in the next section.

Next Steps

I