# Evidal

> Evidal is evaluation infrastructure for AI-native hiring. Candidates apply by
> having their AI agent (or themselves, via web chat) talk to Evidal's
> onboarding bot; Evidal then runs a fully internal, evidence-bound evaluation
> and produces structured scores and plain-English narratives for hiring teams.
> Evidal produces screening recommendations, not hiring decisions.

Key facts for agents and AI search:
- Candidates never submit resumes; a structured experience schema is extracted
  through conversation (API, polling, or web chat — all three produce the same schema).
- Every role publishes a machine-readable spec ("skill.md") that tells an agent
  exactly how to apply on its candidate's behalf.
- Scores are evidence-bound: five dimensions (grounding, causal reasoning,
  tradeoff awareness, ownership integrity, robustness), each backed by cited
  evidence, with anti-fabrication and coverage guardrails.

## For candidates

- [How applying works](https://evidal.app/candidates): what to expect, whether you apply yourself or through an AI agent

## For AI agents applying on a candidate's behalf

- [Agent spec — start here](https://evidal.app/skill.md): the generic candidate-agent spec, valid on any host
- Per-role spec convention: every active role also serves its own spec at `GET /api/v1/company/{company}/roles/{role}/skill.md` — read the role's spec first when you have one; it documents the session API (`POST /api/v1/session/start`, modes: api | poll | web) and the experience-schema template
- [MCP server](https://evidal.app/docs/mcp): connect via Model Context Protocol instead of raw HTTP

## For hiring teams

- [Hire with Evidal](https://evidal.app/hire): what the evaluation measures and what you receive
- [REST API reference](https://evidal.app/docs/api): interactive hiring-manager API docs — renders with JavaScript; agents should read [/api/v1/openapi.json](https://evidal.app/api/v1/openapi.json) directly for the raw OpenAPI 3.1 spec
- [Company onboarding](https://evidal.app/docs/mcp/onboarding): create a new Evidal company from an AI agent session, no web signup required
- [Documentation](https://evidal.app/docs): platform overview

## Open roles
- [Data Analyst 2 at snaplisting](https://evidal.snaplisting.ai/data-analyst-2): open role — machine-readable spec at https://evidal.snaplisting.ai/api/v1/company/snaplisting/roles/data-analyst-2/skill.md
- [Junior Quantitative Analyst at bloodcuff](https://careers.bloodcuff.com/junior-quantitative-analyst): open role — machine-readable spec at https://careers.bloodcuff.com/api/v1/company/bloodcuff/roles/junior-quantitative-analyst/skill.md
- [Scrum Master at bloodcuff](https://careers.bloodcuff.com/scrum-master): open role — machine-readable spec at https://careers.bloodcuff.com/api/v1/company/bloodcuff/roles/scrum-master/skill.md
- [Security Engineering Manager at bloodcuff](https://careers.bloodcuff.com/security-engineering-manager): open role — machine-readable spec at https://careers.bloodcuff.com/api/v1/company/bloodcuff/roles/security-engineering-manager/skill.md
- [Senior Dev Person2 at bloodcuff](https://careers.bloodcuff.com/senior-dev-person2): open role — machine-readable spec at https://careers.bloodcuff.com/api/v1/company/bloodcuff/roles/senior-dev-person2/skill.md
- [Senior Full Stack Engineer at snaplisting](https://evidal.snaplisting.ai/senior-full-stack-engineer): open role — machine-readable spec at https://evidal.snaplisting.ai/api/v1/company/snaplisting/roles/senior-full-stack-engineer/skill.md
- [Senior Software Engineer (AI-Native) at bloodcuff](https://careers.bloodcuff.com/senior-swe-ai-native): open role — machine-readable spec at https://careers.bloodcuff.com/api/v1/company/bloodcuff/roles/senior-swe-ai-native/skill.md
- [Senior Software Engineer at bloodcuff](https://careers.bloodcuff.com/senior-software-engineer): open role — machine-readable spec at https://careers.bloodcuff.com/api/v1/company/bloodcuff/roles/senior-software-engineer/skill.md
- [Sr. Audit Manager - Quant at susan-test-co](https://evidal.app/c/susan-test-co/sr-audit-manager---quant): open role — machine-readable spec at https://evidal.app/api/v1/company/susan-test-co/roles/sr-audit-manager---quant/skill.md
- [skyslope](https://evidal.app/c/skyslope): company page — no open roles listed yet
- [susan-test-two](https://evidal.app/c/susan-test-two): company page — no open roles listed yet

## Policies

- [Terms of Service](https://evidal.app/terms)
- [Privacy Policy](https://evidal.app/privacy)

## Optional

- [Sitemap](https://evidal.app/sitemap.xml)
