Getting Started
Four steps to register your first AI agent on the KYA Platform.
Four steps to register your first AI agent on the KYA Platform.
Sign up with email or use OAuth for instant access. Enable MFA for enhanced security.
Create your Know Your Developer (KYD) profile with basic details to get started. Optional identity verification earns additional trust score points.
Create an API key or crypto key pair from your dashboard for programmatic access via the SDKs or REST API.
Use the SDK — it routes synchronously when signed and queues for owner approval when not. Raw HTTP is available for non-Node clients.
import { AstraSync } from '@astrasyncai/verification-gateway/registration';
const sdk = new AstraSync({ apiKey });
const result = await sdk.register({ name: 'My Agent' });Gating an endpoint as a merchant instead? Follow the merchant quickstart.

