> For the complete documentation index, see [llms.txt](https://docs.layerlens.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.layerlens.ai/more-in-this-section-3/premium-workspace-overview.md).

# Stratix Premium

{% hint style="info" %}
**Available in Stratix Premium.** This surface is part of the logged-in workspace at [stratix.layerlens.ai](https://stratix.layerlens.ai). Stratix Public users can browse the catalog but cannot use this feature.
{% endhint %}

`stratix.layerlens.ai` is the full-fidelity Stratix workspace. Sign in, and the catalog you browse on Public augments with your own private models, datasets, evaluations, judges, scorers, traces, and spaces.

## The left rail

The Premium navigation has 8 sections:

1. **Home** — dashboard
2. **Evaluations** — private and shared evaluation runs
3. **Models** — public catalog + your BYOK custom models
4. **Benchmarks** — public catalog + your private benchmarks
5. **Scorers** — your org's code graders
6. **Spaces** — your saved evaluation spaces
7. **Agent Evaluation** — Traces and Judges
8. **Learning** — Library and Paths

Plus **Settings**, **Notifications**, and the ECU credits / Buy Now in the header.

## Surfaces

<table data-view="cards"><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td><strong>Home dashboard</strong></td><td>Your widgets, your runs, your team's quality at a glance.</td><td><a href="/pages/itFZBu5zi8CjvLQ4Xxyz">Read</a></td></tr><tr><td><strong>Evaluations</strong></td><td>Run private evals on your data and benchmarks.</td><td><a href="/pages/dwVxD7jGYR3MDcUFNbpm">Read</a></td></tr><tr><td><strong>Models</strong></td><td>Public catalog plus BYOK custom models.</td><td><a href="/pages/bfexu9RlPXPM6OeEz0yS">Read</a></td></tr><tr><td><strong>Benchmarks</strong></td><td>Public benchmarks plus your private datasets.</td><td><a href="/pages/cJoEw48J73UBFtgTx5so">Read</a></td></tr><tr><td><strong>Scorers</strong></td><td>Deterministic graders org-scoped.</td><td><a href="/pages/F8jkYmyyfz1mfdVwchlF">Read</a></td></tr><tr><td><strong>Spaces</strong></td><td>Save and reuse evaluation configs.</td><td><a href="/pages/DMMdUl81kRm0xVp3qjrs">Read</a></td></tr><tr><td><strong>Agent Evaluation</strong></td><td>Traces, judges, and trace evaluations.</td><td><a href="/pages/nDzOlxI7jKNxsLHlqMCm">Read</a></td></tr><tr><td><strong>Judge Optimization (GEPA)</strong></td><td>Tune judges against labeled examples.</td><td><a href="/pages/cCshTcTwDSSHFQupGv6d">Read</a></td></tr><tr><td><strong>BYOK custom models</strong></td><td>Register OpenAI-compatible endpoints.</td><td><a href="/pages/S3KgKtDUvw3xglm3dbms">Read</a></td></tr><tr><td><strong>Learning</strong></td><td>Library and Paths.</td><td><a href="/pages/N0xrl1xDp8o2yDckxaVk">Read</a></td></tr><tr><td><strong>ECU credits</strong></td><td>Buy and consume compute credits.</td><td><a href="/pages/NVlQPcness8AxZaGa6lO">Read</a></td></tr><tr><td><strong>Organizations</strong></td><td>Multi-org membership and switching.</td><td><a href="/pages/r1NJrfo7tqgtg4ndJlFS">Read</a></td></tr><tr><td><strong>Team management</strong></td><td>Invite members, manage roles.</td><td><a href="/pages/jwaLf2a3gIjJT85k3C2L">Read</a></td></tr><tr><td><strong>Notifications</strong></td><td>In-app and email alerts.</td><td><a href="/pages/vygtM5hiVZGUyUkONAT1">Read</a></td></tr><tr><td><strong>Settings</strong></td><td>Account, billing, integrations.</td><td><a href="/pages/ty0X1eqxSUGVc9gJ03uw">Read</a></td></tr></tbody></table>

## Where to next

* [Sign up](/2.-get-started/sign-up.md)
* [First evaluation](/2.-get-started/first-evaluation.md)
* [Workflow](/1.-introduction/the-stratix-workflow.md) — how Premium maps to the 6-stage workflow


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.layerlens.ai/more-in-this-section-3/premium-workspace-overview.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
