index - nself-org/cli GitHub Wiki
Complete API reference for all nself APIs and integrations.
nself provides multiple APIs for accessing your backend services, including GraphQL, REST, and plugin-specific APIs.
- Complete API Reference - Comprehensive API documentation
- GraphQL Overview - Hasura GraphQL Engine documentation
- Auto-generated from your database schema
- Real-time subscriptions
- Role-based access control
| API | Documentation |
|---|---|
| Billing API | Billing API Reference |
| White-Label API | White-Label API Reference |
Plugin-specific APIs are documented in each plugin's documentation:
- Stripe Plugin - Payment processing API
- GitHub Plugin - Repository and workflow API
- Shopify Plugin - E-commerce API
# Access GraphQL console
open https://api.local.nself.org
# Generate TypeScript types
nself db types# Get auth endpoints
nself urls auth
# Test authentication
curl https://auth.local.nself.org/healthz- Architecture - System architecture
- Services - Available services
- Security - API security