API Reference
Complete documentation for the AstraSync API
Coming Soon
Full API Documentation in Development
We're working on comprehensive API documentation with interactive examples, SDKs, and code snippets. In the meantime, here's a quick overview of our endpoints.
For immediate assistance, please contact our support team.
Authentication
POST /api/v1/auth/register
POST /api/v1/auth/login
GET /api/v1/auth/me
Agent Management
POST /api/v1/agents/register
GET /api/v1/agents/id
PUT /api/v1/agents/id
Verification
GET /api/v1/verify/agentId
POST /api/v1/verify/batch
GET /api/v1/verify/history
Trust Scoring
GET /api/v1/trust/agentId
GET /api/v1/trust/history/agentId
POST /api/v1/trust/calculate
Base URL
https://api.astrasync.ai
All API endpoints require authentication via Bearer token in the Authorization header.
