Getting Started as a Vincent Developer

There are different types of developers in the Vincent ecosystem depending on what you're building.

You’re an App & Agent Developer if you're building an app or autonomous agent that uses Vincent Abilities & Policies to perform actions on behalf of Vincent Users.

Get started with App & Agent Development and learn how to:

  • Create and configure a Vincent App
  • Install and use the Vincent App SDK to execute Vincent Abilities governed by user-defined Vincent Policies

Ability Developers create custom abilities that enable Vincent Apps to perform specific actions on behalf of users.

Get started with Ability Development and learn how to:

  • Install and use the Vincent Ability SDK to define your custom ability logic
  • Declare the Vincent Policies your ability supports
  • Publish and register your ability for Vincent App developers to use

Policy Developers define rules that govern how and when Vincent Abilities can be executed by Vincent Apps to execute actions on behalf of Vincent Users.

Get started with Policy Development and learn how to:

  • Install and use the Vincent Ability SDK to define your custom policy logic
  • Enable fine-grained, user-defined control over ability execution
  • Publish and register your policy for Vincent App developers to use