I have already logged into my workspace
# ask-community
l
I have already logged into my workspace
1
r
you need the url and token as env vars
l
what is the command?
don't these get configured automatically
?
PREFECT_PROFILE='default' PREFECT_API_KEY='********' (from env) PREFECT_API_URL='https://api.prefect.cloud/api/accounts/{removed}/workspaces/{removed}-' (from profile) PREFECT_CLOUD_UI_URL='https://app.prefect.cloud/' (from profile) PREFECT_LOGGING_LEVEL='DEBUG' (from profile)
prefect config view gave me the above things
l
But they have been configured right?
r
Those environment variables must be added within the agent environment