Documentation

Everything you need to build on the AeThex ecosystem. Comprehensive guides, API references, and tutorials.

16+ Documentation Pages
4 SDKs Available
50+ Code Examples
Weekly Updates
๐Ÿš€

Getting Started

โšก

Core APIs

๐Ÿ› ๏ธ

SDKs & Tools

๐Ÿง 

Advanced Topics

Full API Reference

Dive into the complete API documentation with interactive examples, request/response schemas, and authentication guides.

// Example: Authenticate a user
const user = await aethex.auth.login({
  email: 'user@example.com',
  provider: 'sso'
});

// Access user profile
console.log(user.profile);