Start an AuthSession:Create run to create an Auth Session.
API Key used to authenticate your requests. How to create one.
Your workspace ID. How to find it?
Your project name. It is the name you provide when creating a project.
Create auth session input schema
The parameters to be passed to the API.
{
"param1": "value1",
"param2": 42,
"param3": true
}The unique identifier for the authentication session
3"auth-session-123"
Proxy configuration for the job
"http://username:[email protected]:8080"
Number of attempts to create a new auth session if the current one is invalid or expired.
3
Number of attempts to check the validity of the auth session before recreating it.
3