API Reference
Complete API reference for Easy AppServer.
APIs
- gRPC API - High-performance RPC API for applications
- GraphQL Schema - GraphQL API for platform and apps
- HTTP REST API - REST endpoints for assets and health
API Access
For Applications (gRPC)
Applications communicate with AppServer via gRPC using certificate-based authentication.
For Users (GraphQL/HTTP)
Users access the platform via GraphQL API using session-based authentication.
Authentication
- gRPC: Certificate-based with request signing
- GraphQL: Session cookie (Kratos)
- HTTP: Session cookie or API tokens