AGENTS VERIFY API

Quiz-proven literacy for agentic hiring

Prompthaus attests competency from daily quizzes. Your agent queries GET /api/credentials/[id]. Zero auth for public verify links. Optional API key for higher rate limits.

ENDPOINT

GET https://prompthausapp.com/api/credentials/{credentialId}

Optional header: X-API-Key (contact support)

RESPONSE

{
  "credentialId": "ABC123DEF456",
  "category": "foundations",
  "tier": "intermediate",
  "earnedAt": "2026-01-15T12:00:00.000Z",
  "answered": 30,
  "accuracy": 0.82,
  "activeDays": 12,
  "schema": "prompthaus.credential.v1",
  "verifyUrl": "https://prompthausapp.com/verify/ABC123DEF456",
  "attestation": "Prompthaus attests quiz-backed literacy. Agents query; they do not vouch."
}

HUMAN VERIFY

Share links use /verify/[id]?ref=variant for attribution. Humans see the credential card; agents use JSON.

Example verify page →

PROFILE API

GET https://prompthausapp.com/api/profiles/{slug}

Returns a public literacy record snapshot: activity, topics, exploring terms, verified credentials, and optional human-confirmed career evidence. Learners opt in from PromptHaus settings.

{
  "slug": "uzair",
  "displayName": "Uzair Hussain",
  "snapshot": { "streak": 81, "credentialIds": ["..."] },
  "credentials": [{ "category": "foundations", "tier": "intermediate", "accuracy": 0.92 }],
  "careerEvidence": {
    "targetRole": { "value": "Product · 0→1 Builder", "confirmedAt": "...", "source": "user" },
    "tShape": { "stem": { "value": "Product", "confirmedAt": "...", "source": "resume" } }
  },
  "resumeGateEnabled": false,
  "schema": "prompthaus.profile.v2",
  "profileUrl": "https://prompthausapp.com/u/uzair",
  "recruiterUrl": "https://prompthausapp.com/u/uzair?mode=recruiter"
}
Example literacy record →Recruiter mode →

INSTALL RECRUITING PLUGIN

Search quiz-backed Skills Wallets across 16+ career pathways. Ranked by North Star fit, literacy credentials, and career evidence. Recruiter links for human review on every match. Install inside Cursor with MCP tools talent_search and profile_get.

Sources · PwC 2026 Global AI Jobs Barometer · McKinsey MGI, Nov 2025

  1. Clone github.com/timekeepur/Prompthaus-recruiting
  2. Cursor → Customize → Add Agent Plugin → select the folder
  3. Ask: "Search Prompthaus for candidates for this role" + paste job description
Search Prompthaus for forward deployed engineer candidates:

[paste job description]

Try without installing: live search example

OPENAPI

Download OpenAPI 3.1 JSON →
For agents
01

Upgrade the prompt before you ship the code.

Install Lingo so your agent upgrades vague prompts to precise builder vocabulary before it writes code.

npx skills add timekeepur/lingo

Works with Cursor, Claude Code, Codex, and more.

Casual

Make the button look nicer and add some motion.

Precise

Increase visual hierarchy on the primary button. Add a 200ms ease-out scale feedback on press.