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.
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 →TALENT SEARCH API
GET https://prompthausapp.com/api/talent/search?q={role}&limit=10Search opt-in public Skills Wallets by role or pathway. No auth required for light use. Optional integrator key for higher rate limits (contact support). Machine-readable guide: talent.md
{
"query": { "text": "GTM engineer", "resolvedPathways": ["gtm-growth-engineer"] },
"results": [{
"slug": "daniel-joseph",
"rank": 1,
"fitScore": 87,
"matchType": "north_star",
"reasons": ["North Star: GTM Growth Engineer (78% pathway)"],
"recruiterUrl": "https://prompthausapp.com/u/daniel-joseph?mode=recruiter",
"schema": "prompthaus.talent.search.v1"
}]
}For recruiters overview →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
- Clone github.com/timekeepur/Prompthaus-recruiting
- Cursor → Customize → Add Agent Plugin → select the folder
- 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 →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/lingoWorks 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.