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
        • POSTCheck user access to workspace
        • GETUser's default workspace name
LogoLogo
Copy to LLMGithubGo to App
Rest APIAPI ReferenceCheck

User's default workspace name

GET
/v1/private/auth/workspace
GET
/api/v1/private/auth/workspace
$curl http://localhost:5173/api/v1/private/auth/workspace
1{
2 "workspace_name": "string"
3}
User's default workspace name
Was this page helpful?
Previous

Find project Evaluators

Next
Built with

Response

Authentication resource
workspace_namestring

Errors

401
Unauthorized Error
403
Forbidden Error