For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Copy to LLMGithubGo to App
DocumentationIntegrationsBuilding Self-Improving AgentsSelf-hosting OpikSDK & API reference
DocumentationIntegrationsBuilding Self-Improving AgentsSelf-hosting OpikSDK & API reference
    • Overview
  • Python SDK
    • Reference
    • REST API Client
  • Typescript SDK
    • Overview
    • Opik TS
    • Prompts
    • Opik Query Language (OQL)
  • Rest API
    • Overview
        • GETGet welcome wizard tracking status
        • POSTSubmit welcome wizard
LogoLogo
Copy to LLMGithubGo to App
Rest APIAPI ReferenceWelcome Wizard

Submit welcome wizard

POST
/v1/private/welcome-wizard
POST
/api/v1/private/welcome-wizard
$curl -X POST http://localhost:5173/api/v1/private/welcome-wizard \
> -H "Content-Type: application/json" \
> -d '{}'
Submit welcome wizard with user information
Was this page helpful?
Previous

Get workspace permissions for the authenticated user

Next
Built with

Request

This endpoint expects an object.
rolestringOptional0-100 characters
Optional user role
integrationslist of stringsOptional
List of integrations the user selected
emailstringOptionalformat: "email"0-255 characters
Optional user email
join_beta_programbooleanOptional
Whether user wants to join beta programs