How to generate multiple api tokens each with individual organisational usage limit?

How to generate multiple api tokens each with individual organisational usage limit?

One way is to create multple different organisational account.
Do we have any better approach?

Welcome to the community!

How many API keys are you talking? Are you trying to do this to charge your customers? It’s usually better to do it on your end with a single key…

Im talking of 5 API keys, so that I can run my processing in parallel with maximum allowed rate limit using these 5 keys. Thus reducing overall processing time five times.

1 Like

Sorry for assuming!

Not sure of a better way to do it, but someone else might chime in.

Thanks for clarifying!

Create a project for each, you can track everything sepately.

Thank you for writing it.
Actually, if we create multiple projects under one account, then the generated keys’s rate limit are at organisational level. They are not independent. Right?

If I understand you correctly, then yes. But you can attach rate limits by project if you want any restrictions for any of your projects.

Yeah, that’s the main thing. I want to utilise maximum allowed rate limit for each of my 5 keys, and want them to be independent of usage from other API keys