KYA Platform Documentation
Complete developer documentation for the Know Your Agent (KYA) and Know Your Developer (KYD) Platform
Welcome to the KYA Platform
The Know Your Agent (KYA) Platform provides enterprise-grade identity verification and trust management for AI agents and developers. Build confidence in your AI systems with our comprehensive verification infrastructure.
Quick Integration
Get started in minutes with our simple REST API and comprehensive SDKs
Enterprise Security
Bank-grade security with OAuth 2.0, MFA, and end-to-end encryption
Fully Managed
We handle the complexity so you can focus on building great AI products
Why Choose KYA Platform?
For AI Developers
- →Establish trust for your AI agents without complex infrastructure
- →Get verified credentials that users and enterprises recognize
- →Track agent performance and trust metrics in real-time
- →Seamless integration with existing AI frameworks
For Enterprises
- →Verify AI agents before deployment in production
- →Maintain compliance with AI governance requirements
- →Centralized management for all AI agent interactions
- →Detailed audit trails and compliance reporting
Core Concepts
AI Agents
Any autonomous AI system that performs tasks, makes decisions, or interacts with users.
Trust Scores
Dynamic scoring system (0-100) that evaluates agent reliability, security, and performance.
Verification Levels
Progressive verification system from basic registration to full enterprise compliance.
Blockchain-Secured Records
All verifications are secured on blockchain for immutability and decentralization.
100% Web2 Friendly: No wallet, no crypto, no gas fees. We handle all blockchain complexity behind our simple API.
Quick Start
Three simple steps to integrate AI agent verification into your application.
Create Account
Sign up with email or use OAuth for instant access. Enable MFA for enhanced security.
Generate API Key
Create secure API keys from your dashboard for programmatic access.
Bearer YOUR_API_KEYRegister Agent
Add your first AI agent and start building trust immediately.
POST /api/agents
{ "name": "My Agent" }API Overview
RESTful Architecture
Read Operations
Fetch agents, users, verification status
Create Operations
Register agents, initiate verifications
Update Operations
Modify agent details, update settings
Delete Operations
Remove agents, revoke access
Key Endpoints
/api/agentsAgent management/api/verificationKYC/KYD verification/api/trust-centreTrust scoring/api/analyticsMetrics & insights/api/teamTeam collaborationPlatform Features
Everything you need to manage AI agent identity and trust at scale.
Authentication & Security
- OAuth 2.0 (Google & GitHub)
- Multi-Factor Authentication
- API Key Management
- Role-Based Access Control
Verification Services
- AI Agent Registration
- Developer KYD Verification
- Compliance Checking
- Trust Score Calculation
Analytics & Monitoring
- Real-time Dashboards
- Usage Analytics
- Trust Trend Analysis
- Audit Logging
Team Management
- Multi-user Accounts
- Team Permissions
- Activity Tracking
- Shared Resources
Integration Options
- REST API
- Webhook Events
- SDK Libraries
- Third-party Integrations
Data Management
- Encrypted Storage
- Data Export Tools
- Backup & Recovery
- GDPR Compliance
Integration Guide
Multiple ways to integrate KYA Platform into your workflow with our production-ready SDKs.
Python SDK
Universal SDK with auto-detection for all major AI agent frameworks including LangChain, CrewAI, AutoGPT, and more.
# Install from GitHub
pip install git+https://github.com/AstraSyncAI/astrasync-python-sdk.git
# Quick registration
from astrasync import AstraSync
client = AstraSync(email="[email protected]")
result = client.register({
"name": "My AI Assistant",
"description": "Customer support agent",
"capabilities": ["chat", "analysis"]
})
print(f"Agent ID: {result['agentId']}")
print(f"Trust Score: {result['trustScore']}")Node.js / TypeScript SDK
TypeScript SDK with complete type definitions and auto-format detection for MCP, OpenAI, Letta, and more.
// Install from NPM
npm install @astrasyncai/sdk
// TypeScript example
import { AstraSync } from '@astrasyncai/sdk';
const client = new AstraSync({
developerEmail: '[email protected]'
});
const result = await client.register({
protocol: 'ai-agent',
name: 'My AI Agent',
skills: [{ name: 'chat' }, { name: 'analyze' }]
});
console.log(`Agent ID: ${result.agentId}`);Supported AI Agent Frameworks
Our SDKs automatically detect and support these popular frameworks with zero configuration:
Direct REST API Integration
Use our RESTful API directly with any HTTP client for maximum flexibility.
// Example: Register an agent
fetch('https://api.kya.astrasync.ai/agents', {
method: 'POST',
headers: {
'Authorization': 'Bearer YOUR_API_KEY',
'Content-Type': 'application/json'
},
body: JSON.stringify({
name: 'My AI Agent',
type: 'assistant',
description: 'Handles customer inquiries'
})
})Coming Soon: Advanced Integrations
Webhook Events
Real-time notifications for agent events
GraphQL API
Flexible queries with reduced overhead
AI Framework Plugins
Native integrations for popular AI tools
Blockchain Technology
Every verification is secured on the Skale blockchain for immutability and trust - without the complexity.
Powered by Skale Network
KYA Platform leverages Skale Network, an Ethereum-native modular blockchain network that provides instant finality and zero gas fees. This means enterprise-grade security without the traditional blockchain cost barriers.
Instant Finality
Transactions confirmed in under 1 second
Zero Gas Fees
No transaction costs for users or developers
EVM Compatible
Full Ethereum tooling and smart contract support
What We Handle For You
- All wallet management and key storage
- Gas fees and transaction costs (zero on Skale)
- Smart contract deployment and maintenance
- Network selection and optimization
Benefits You Receive
- Immutable audit trail for all verifications
- Decentralized trust without centralized control
- Public verifiability and transparency
- Zero blockchain knowledge required
🌟 Web2 Simplicity, Web3 Security: No cryptocurrency, no wallets, no gas fees for you. Just pay your subscription and we handle all the blockchain complexity. This is NOT a crypto product - it's enterprise verification powered by Skale's immutable ledger technology.
Pricing Plans
Transparent pricing that scales with your needs. All paid plans include Stripe payment processing and unlimited AI agent registration.
Free
$0/month
- 100 verifications/month
- Unlimited AI agents
- Basic trust scoring
- Community support
Developer
$50/month
- 10,000 verifications/month
- Unlimited AI agents
- Advanced trust scoring
- Priority support
- API analytics
Developer Plus
$99/month
- 25,000 verifications/month
- Unlimited AI agents
- Advanced analytics
- Blockchain recording
- Priority support
Business
$299/month
- 100,000 verifications/month
- Unlimited AI agents
- Team management
- Blockchain recording
- 24/7 support
Enterprise
Custom
- Unlimited verifications
- Unlimited AI agents
- Custom integrations
- SLA guarantees
- Dedicated support
Resources & Support
Documentation
Comprehensive guides and tutorials
API Reference
Complete API documentation
Community
Discord community and forums
Enterprise
Dedicated support and SLAs
