For the complete documentation index, see llms.txt. This page is also available as Markdown.

API access

Marso Studio exposes an API so you can call its generation capabilities from your own tools. Endpoints are available to authenticated users — you authenticate with an API key that you create in the app.

Creating an API key

  1. Log in to Marso Studio.

  2. Click API at the top of the page (near Credits).

  3. Give your key a name and click Create key.

  4. Copy the key straight away and store it somewhere safe — it is shown only once.

Keep your key secret. Treat it like a password: never commit it to source control, share it, or expose it in client-side code. If a key is ever exposed, revoke it immediately.

Managing keys

  • Revoke a key to stop it working immediately.

  • Delete keys you no longer need.

You can create multiple keys — for example, one per integration — and revoke them independently.

Once authenticated, the available endpoints can be accessed from within Marso Studio.

Last updated