1
0 Comments

Otito: API requests log for your SaaS

Hi all, I am building Otito ( https://otito.dev ). It is essentially an easy way to provide users of your ( SaaS ) product a master view of their API usage over the last N days. You are able to view both the request and response.

We don't store any sensitive data and the SDK allows for sensitive data like the Authorisation Headers amongst others to be stripped off locally before they are shipped to us.

If a product has developers integrating into it, it makes sense to have them review what APIs have been called. This is for two reasons:

  • Auditing.
  • Simplifies their integration process.

We provide urls that can be embedded into your dashboard for your customer. You use the SDK to generate a link for the customer and you just embed that link anywhere in the dashboard for them to access the logs. You can learn more at https://developers.otito.dev/getting-started/portal

https://developers.otito.dev/api-reference/endpoint/dashboard

A demo can be found at https://www.loom.com/share/7a10cbbd95e6428d8e66b5403729a955?source=embed_watch_on_loom_cta

There is currently only a Golang SDK but I am prioritising a NodeJS and PHP SDK next week.

Happy to get feedback!

on June 23, 2023