For API access, use your API token (obtained from the dashboard under Settings → API Keys) in the
Authorization: Bearer header. See Authentication for details.Sign in to Promptster
Sign in at promptster.ai using your organization account. You can sign in via SSO or email.To get your API token, go to Settings → API Keys in the dashboard and copy your token.
Create an assessment
Post your task definition. The The response includes the new assessment’s
taskBrief describes what the candidate should build.id. Save it — you’ll need it to generate keys and retrieve sessions.Generate candidate keys
Generate one key per candidate. If you include The response contains the generated keys. Each key has the format
candidateEmails, Promptster sends invite emails automatically.PST-XXXX-XXXX.candidateEmails and candidateNames are optional and positional — the first email is paired with the first name. If you omit them, keys are generated without any candidate association and no email is sent.Candidates complete the assessment
Share the This configures Claude Code or Cursor to capture session telemetry automatically. The candidate works normally and runs
PST-XXXX-XXXX key with each candidate. They install the Promptster CLI and run:promptster done to submit when finished.List sessions for your assessment
Once a candidate submits, their session appears in the list.The response is a paginated list of sessions. Each session includes summary fields like
eventCount, decisionFlagCount, and aiAttributionPct.Review the session timeline
Fetch the full chronological event log for a session. The timeline returns events in order, paginated by Use the The response includes a
limit (max 2000 per request).after cursor for subsequent pages:hasMore flag indicating whether additional pages exist.Next steps
Session review
Understand the full session data model and how to interpret signals.
Cohort stats
Compare a candidate’s metrics against the rest of the cohort.
Manage assessments
Full reference for assessment and key management.
API reference
Complete API reference for all reviewer endpoints.