Jelly API

Jelly provides a simple API to help teams with more advanced needs to integrate with other tools.

Since many teams don't need it, the Jelly API is only available to Royal Jelly customers.

We are still actively developing it, so there may be features you expect or need missing. If so, please let us know!

Authentication

All requests to Jelly require an API key, which can be created from your team settings page.

The key should be provided as part of an Authorization header:

Authorization: Bearer <TOKEN>

Teams can have multiple tokens, if required.

Last updated