Everything you need to build on the AeThex ecosystem. Comprehensive guides, API references, and tutorials.
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);