Quick start
Choose the path that matches your goal: publish a service, or call an existing service.
Publishing a service
If you are a developer registering and monetizing your own service, follow the Launch your service guide for the full workspace checklist (Stripe, products, profile, publish).
Calling a service
Get from zero to your first invoke in a few steps.
- Create an account and browse or subscribe to a service on the marketplace.
- Create a service key after subscribing where required. Keys are created in the dashboard; the full key is shown only once — store it securely.
- Invoke the service via the gateway:
- Sync:
POST /api/service/{serviceId}/endpoint/{endpointId}/invoke(or the path your deployment uses) - Send
Authorization: Bearer <serviceKey>
- Sync:
For integrating as a backend (your server receives requests from the gateway), see Request signing (HMAC) and the SDK overview for verifying signatures and reporting usage.
