Kite AI (KitePass, Kite Agent App Store, Kite SDK)

Shortest Path for Your Project

Understanding the roles in Kite ecosystem

  • Service providers: who want to register their services for AI agent on Kite Agent App Store for monetization.

  • Agent builders: who want to develop agents with services on Kite Agent App Store with Kite SDK

  • Agent users: who interacts with agents to accomplish tasks, they use KitePass to authorize payment securely.

Note on Sign up and Log in

We are using Particle Network for account and default wallet. You'll need to create account on Particle Network, and each login requires email verification code sent by [email protected].

Workflow

This guide will walk you through that unified workflow. We're actively working on features that will allow you to distribute agents to end-users who can provide their own KitePass through a user interface.

For service providers, Kite AI offers a platform to access demand for AI agents and explore monetization opportunities. Follow these steps to register your service.

Step0: Prepare your service as an API Endpoint

The service is registered as an API endpoint. Please ensure your API endpoint is prepared for use. If exists, authentication should be implemented via an API key included in the header:

Authorization: Bearer <Your_API_Key>

Additionally, prepare an OpenAPI schema in JSON format for a subsequent step.

Step1: Activate your account by accepting invitation

As a group owner, you'll receive an invitation from Kite AI admin. Group members will receive invitations from the group owner. Please follow the email instructions to set up your account.

Step2: Register your service on Kite AI

On the Kite AI top screen, click "Go ->" on "Register your service", or use the menu at top right to click "Register Service"

Fill in the required information on the registration page:

  • API Endpoint URL: Include the complete path to the endpoint. If your service has multiple endpoints on the same host, register a new service for each endpoint individually.

  • Pricing Model:

    • "By Volume" - Recommended if your service value is influenced by the input and output data volume (e.g., generative models).

    • "By Call" - Suitable if the value is relatively constant

Last updated