Comment on page
API Dev Portal
Standard & Federated









- OpenAPI generation
- Our custom platform generates automatically an OpenAPI specification for all defined routes.
- SDK generation Automatically generates TypeHub-based generated client SDKs for our APIs based on all defined schema.
- Subscription support Contains an event subscription layer which helps us to build pub/sub for our APIs.
- REST and GraphQL.
- Rate limiting Provides a way to rate limit requests based on the user or app.
- Authorization Uses OAuth2 for API-authorization.
- RPC support. Provides RPC support i.e. every action which we/you create can be also called via JsonRPC.
- Monetization Provides a simple payment system to charge for specific routes.
- User management Provides a full-fledged API Developer Portal where YOU can login or register a new account through GitHub, Google, Facebook or through normal email registration.
- 100% opensource tools only.


Last modified 2mo ago