tollara.ai

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.

  1. Create an account and browse or subscribe to a service on the marketplace.
  2. Create a service key after subscribing where required. Keys are created in the dashboard; the full key is shown only once — store it securely.
  3. Invoke the service via the gateway:
    • Sync: POST /api/service/{serviceId}/endpoint/{endpointId}/invoke (or the path your deployment uses)
    • Send Authorization: Bearer <serviceKey>
    See the API overview (Gateway) for base URL and paths.

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.