List a project's A/B variants
The A/B variant keys this project declares. A variant replaces the settings it declares — prompt, model, whatever it overrides — for a single run, which is how one configuration is compared against another without editing the project. Send one of these as abKey to runPlayground; a key that is not listed here is refused there rather than silently ignored. Most projects declare none and this answers an empty list.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ClaudIA project to act on, by name. Get the names from listMyClaudiaProjects, which lists every project these credentials reach — a project they do not reach answers 404, indistinguishable from one that does not exist. Never guess a project name.
Response
The variants this project declares.
The A/B variants a project declares.
Keys accepted as abKey by runPlayground. Empty when the project declares no variants, which is the normal case.