2025-02-19 00:58:48 +08:00
|
|
|
# This file was auto-generated by Fern from our API Definition.
|
|
|
|
|
|
|
|
|
|
import enum
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class SkyvernEnvironment(enum.Enum):
|
|
|
|
|
PRODUCTION = "https://api.skyvern.com"
|
2025-03-27 22:54:35 -07:00
|
|
|
STAGING = "https://api-staging.skyvern.com"
|
2025-10-21 14:25:45 -07:00
|
|
|
DEVELOPMENT = "http://localhost:8000"
|