Is it possible to have a service-account user toke...
# prefect-community
s
Is it possible to have a service-account user token, which is capable of creating a Flow Run (via GraphQL post) scoped to a specific Project from our Cloud instance?
We can do this with User Tokens, but we'd like to integrate this into another system, were it'd be best not to tie a User Token to the system automation.
z
Hi @Scott Zelenka, it sounds like a tenant-scoped token would do the trick for you. https://docs.prefect.io/orchestration/concepts/api.html#tenant
It's worth noting that this will be scoped to your team, not your project.