@bebetter said in How to Manage API Key Usage in Multi-Threaded Tasks with BAS:
Can we return the API key back to the resource after finishing a thread?
You don't need it. Just set the usage count of the resource when you create it.

i need help, anyone know about this?
That is normal, it is how chrome browser works.
You can check standard chrome, it will create
multiple instances too.
You can disable images loading or other sections
of site that are not needed via Request mask deny.
Furthermore you can write your script on requests
that will do the most regarding resource savings.
my script is youtube view, i don't know how to use requests optimally