Scripts
Create script
Create a new script with optional files and metadata
post/v1/scripts
Headers
x-api-keystring nullable
Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.
Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.
Request body
Example request
{
"files": [
{
"path": "src/main.py"
}
]
}Response
Successful Response
Example response
{
"script_id": "s_abc123",
"version": 1
}