Getting Started

Quick start guide for Kite AIR Platform

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

Current Access Status

Kite AIR is currently in limited access mode. We're gradually opening access to users and service providers through our waitlist and invitation system.

Account Authentication

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.

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 (Note: this invitation has 24 hour limit). Please follow the email instructions to set up your account.

Step2: Register your service on Kite AI

On the Kite 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

Security Best Practices

  • API Key Protection: Treat your KitePass API key as a sensitive credential

  • Environment Variables: Store API keys in environment variables, not in code

  • Access Control: Regularly review and update spending limits

  • Service Validation: Verify service capabilities before integration

Next Steps

Ready to learn more about the Kite AIR Platform? Check out the comprehensive platform guide for detailed information about:

  • What is Kite AIR and its vision

  • Core components and architecture

  • Ecosystem roles and use cases

  • Future possibilities and roadmap

Last updated