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 Tools & 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 Tools governed by user-defined Vincent Policies

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

Get started with Tool Development and learn how to:

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

Policy Developers define rules that govern how and when Vincent Tools 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 Tool SDK to define your custom policy logic
  • Enable fine-grained, user-defined control over tool execution
  • Publish and register your policy for Vincent App developers to use