Define policies for api keys

Can I have a function in the API keys where I will define that only use this API key to read the table and not to write or delete any data.
Basically I will be using the api in the front end which will definitely expose my api keys to public and even if it exposes the key I don’t want it to be miss used, so by limiting it’s operations can help

Hi @Siddharth,

our database tokens allow for changing read/write permissions, as per screenshot:

You should, however, not expose the token generally speaking.

2 Likes