
- Click Upload OpenAPI Spec.
- Choose your
.yamlor.jsonfile. This file can come from your existing Swagger or OpenAPI documentation.- If you do not have a spec file, contact our team and we can generate one for you.
- You can also enrich your file with additional endpoint descriptions to improve response quality.

-
Add your Base URL, authentication tokens, or additional parameters if required.
Note:
When setting up for testing, you may use a single static auth token. This is fine for quick verification.
However, this should not be used in your live embed, since auth tokens often expire.
For production, replace the static token with a runtime variable (for example${authToken}) so your application dynamically injects a fresh token whenever the Cell loads. This ensures users remain authenticated and prevents token expiry issues during use. - Once uploaded, OpenSesame automatically detects your endpoints and lists them in the panel.

