# Hello.cv

> Hello.cv is an AI-ready profile and site platform with agent-accessible authentication, profile context, and API-based site management.

This is a condensed index for LLMs and agents. For full capability details, workflow notes, and the complete endpoint list, read:

- [Full LLM Index](https://hello.cv/llms-full.txt)

## Core

- [Main site](https://hello.cv)
- [Default skill](https://hello.cv/.well-known/skills/default/skill.md): Compatibility path for agents that expect a single default skill document.
- [Convenience skill URL](https://hello.cv/skill.md): Short alias for the same default skill document.
- [Skills discovery](https://hello.cv/.well-known/agent-skills/index.json): Machine-readable skill index for agents. Read the `url` field from each entry instead of constructing skill URLs.
- [API catalog](https://hello.cv/.well-known/api-catalog): Linkset catalog for API discovery metadata.
- [Service description](https://hello.cv/.well-known/service-desc): OpenAPI service description endpoint.
- [Hello Cv Agent Auth](https://hello.cv/.well-known/agent-skills/hello-cv-agent-auth/SKILL.md): Magic-link bootstrap, browser handoff, token creation, and bearer-token usage.
- [Hello Cv Agent Manager](https://hello.cv/.well-known/agent-skills/hello-cv-agent-manager/SKILL.md): Bootstrap, activate/deactivate, inbox/history retrieval, context updates, spam toggles, and handoff review over Hello.cv APIs.
- [Hello Cv Browser Workflows](https://hello.cv/.well-known/agent-skills/hello-cv-browser-workflows/SKILL.md): Browser-only workflows for billing, subscriptions, cover letters, resume tailoring, and the web job finder.
- [Hello Cv Job Finder](https://hello.cv/.well-known/agent-skills/hello-cv-job-finder/SKILL.md): Job feed, current job preferences, preference updates, Typesense-backed query search, and job interactions (save/apply) over Hello.cv APIs.
- [Hello Cv Profile](https://hello.cv/.well-known/agent-skills/hello-cv-profile/SKILL.md): Current profile context, section CRUD, and domain/DNS management over Hello.cv API routes.
- [Hello Cv Templates](https://hello.cv/.well-known/agent-skills/hello-cv-templates/SKILL.md): Template CRUD, builtin gallery + fork, current-template activation, sanitized preview, validation with stripping reports over Hello.cv API routes.

## Authentication

- [Agent magic link endpoint](https://hello.cv/api/v1/agent/register)
- [API token UI](https://hello.cv/user/tokens)

## Security

- Never send a Hello.cv bearer token to any domain other than `hello.cv`.