Connery Docs
WebsiteGitHubJoin Private Beta
  • Docs
  • SDK
  • Changelog
  • Get started
    • Introduction
    • Core concepts
    • Open-source plugins
  • Guides
    • Create a plugin
    • Use a plugin
  • CLI reference
    • connery dev init
    • connery dev add-action
  • Advanced
    • Plugin server
Powered by GitBook
On this page

Was this helpful?

  1. Get started

Introduction

Introduction to the Connery SDK.

NextCore concepts

Last updated 5 months ago

Was this helpful?

The open-source GitHub repository with Connery SDK: .

The Connery SDK is an NPM package that combines an SDK and a CLI, designed to streamline the development of and for AI apps.

The CLI automates the development process, while the SDK provides a JavaScript API for defining plugins and actions. It also simplifies packaging them into a with a standardized REST API generated from metadata. The plugin server takes care of authorization, input validation, and logging, allowing you to focus on the core logic of your actions.

This standardized API ensures that various can interact with actions in a consistent way, regardless of their implementation.

An action consists of JavaScript code that defines its logic and metadata describing its input and output. Actions can interact with external APIs, databases, or other services.

For example, is an action in the plugin.

connery-sdk
Send email
connery-io/gmail
plugins
actions
plugin server
apps