The missing identity layer for AI agents. Get verifiable identity, ownership tracking, and compliance-ready agent cards in one API call.
Register your AI agent in 30 seconds:
curl -X POST https://astrasync.ai/api/v1/register \
-H "Content-Type: application/json" \
-d '{
"email": "developer@example.com",
"agent": {
"name": "My AI Assistant",
"description": "A helpful AI agent for customer support",
"owner": "ACME Corp",
"capabilities": ["chat", "analysis", "automation"]
}
}'You'll receive:
{
"agentId": "TEMP-1706439245-X7K9M2",
"status": "registered",
"blockchain": {
"status": "pending",
"message": "Blockchain registration queued. You will be notified upon completion."
},
"trustScore": "TEMP-95%",
"message": "Agent registered successfully with temporary credentials. Create an account at https://www.astrasync.ai/alphaSignup to convert to permanent credentials.",
"verifyUrl": "https://astrasync.ai/api/v1/verify/TEMP-1706439245-X7K9M2"
}As AI agents become more autonomous and widespread, organizations face a growing crisis:
- β No Universal Identity: AI agents lack standardized identification
- β Ownership Ambiguity: Who's responsible when an agent acts?
- β Compliance Gaps: No audit trail for agent actions
- β Trust Deficit: No way to verify agent legitimacy
AstraSync solves these problems with:
- β Unique Identity: Every agent gets a cryptographically unique identifier
- β Ownership Tracking: Clear chain of custody for agent ownership
- β Blockchain Verified: Immutable record of agent registration
- β Trust Scoring: Dynamic trust scores based on agent behavior
- β Compliance Ready: Built for regulatory requirements
https://astrasync.ai/api
POST /v1/register
Register a new AI agent and receive a unique identifier.
{
"email": "your-email@example.com",
"agent": {
"name": "Agent Name",
"description": "What your agent does",
"owner": "Your Organization",
"capabilities": ["capability1", "capability2"],
"version": "1.0.0",
"metadata": {
"custom_field": "custom_value"
}
}
}email: Valid email for notifications and alpha enrollmentagent.name: Your agent's nameagent.description: Brief description of functionalityagent.owner: Organization or individual owning the agent
{
"agentId": "TEMP-1706439245-X7K9M2",
"status": "registered",
"blockchain": {
"status": "pending",
"message": "Blockchain registration queued"
},
"trustScore": "TEMP-95%",
"message": "Registration successful",
"verifyUrl": "https://astrasync.ai/api/v1/verify/TEMP-..."
}GET /v1/verify/{agentId}
Verify if an agent is registered and retrieve its status.
curl https://astrasync.ai/api/v1/verify/TEMP-1706439245-X7K9M2{
"verified": true,
"agentId": "TEMP-1706439245-X7K9M2",
"owner": "ACME Corp",
"registeredAt": "2025-01-28T12:34:56Z",
"trustScore": "TEMP-95%",
"message": "This is a temporary developer preview credential..."
}GET /v1/agent/{agentId}?email={email}
Retrieve full agent details (requires matching email).
curl "https://astrasync.ai/api/v1/agent/TEMP-1706439245-X7K9M2?email=developer@example.com"| Platform | MCP Support | Integration Method | Setup Guide |
|---|---|---|---|
| Claude Desktop | β Native | HTTP MCP | Instructions |
| ChatGPT Desktop | β Native | HTTP MCP | Instructions |
| Cursor | β Native | HTTP MCP | Instructions |
| Windsurf | β Native | HTTP MCP | Instructions |
| Cline | β Native | HTTP MCP | Instructions |
| Claude Web | β Not supported | Copy/paste workflow | Workaround |
| ChatGPT Web | β Not supported | Custom GPT Actions | Alternative |
| Perplexity | β Not yet | Direct API | Use REST endpoint directly |
- Email verification for agent ownership
- Rate limiting: 100 requests per hour
- API key authentication for verified accounts
- HTTPS encryption for all communications
- Agent registration with production IDs (ASTRAS-XXXXXX)
- Email notifications for registration
- Ownership tracking and verification
- Dynamic trust scoring (0-100 scale)
- Customer intelligence logging
- Blockchain registration queuing
- Live blockchain verification
- Ownership transfers
- Webhook notifications
- Advanced compliance features
- Multi-signature agent management
- Register agents before deployment
- Track agent versions and updates
- Prove ownership for liability protection
- Maintain inventory of AI agents
- Compliance with AI regulations
- Audit trail for agent actions
- Verify agent legitimacy
- Filter trusted vs untrusted agents
- Enable agent marketplaces
We're building the future of AI agent trust infrastructure and looking for early partners to shape the product.
- Direct input on product features
- Priority access to new capabilities
- Lifetime discounted pricing
- Technical support from founders
To become an alpha partner or contribute to the project, contact us at alphapartners@astrasync.ai.
- π¬ Discord: Join our community
- π§ Email: alphapartners@astrasync.ai
- π Website: astrasync.ai
- π Documentation: GitHub Docs
- π Support: Contact alphapartners@astrasync.ai
- All API communications use HTTPS
- Database encryption at rest
- Regular security audits
- Report security issues to: alphapartners@astrasync.ai
Proprietary - All rights reserved. Contact alphapartners@astrasync.ai for licensing inquiries.
π Join the Alpha Program: Sign up now
π§ For partnership opportunities: alphapartners@astrasync.ai