Hello! I'm also new to Prefect. How can I create a...
# prefect-getting-started
e
Hello! I'm also new to Prefect. How can I create an API Key if I'm using the open source version?
1
s
Hi! The API key is used for authentication with Prefect Cloud. If you're using the open source version, you just need to run
prefect server start
and navigate to http://127.0.0.1:4200 in a browser.
upvote 1
e
Thanks!