Create an opik-connect pairing session

Register a short-lived pairing session that a local daemon will later activate via HMAC

Request

This endpoint expects an object.
project_idstringRequiredformat: "uuid"
activation_keystringRequired43-44 characters
ttl_secondsintegerOptional60-600

Response

Session created
session_idstringformat: "uuid"
runner_idstringformat: "uuid"

Errors

400
Bad Request Error
404
Not Found Error
422
Unprocessable Entity Error
429
Too Many Requests Error
501
Not Implemented Error