Confirmé, pas supposé

La candidature automatique qui finitsur un entretien.

Vous avez importé votre CV. Puis le formulaire vous a demandé de tout retaper. Cette partie, c’est nous, sur le site de l’entreprise. Ça compte comme envoyé quand ils répondent.

Importez une fois. Ne retapez plus jamais.

Vous importez un CV

Un PDF, une fois. C’est la dernière fois que votre parcours passe par un clavier.

Nous choisissons et réécrivons

Nous trouvons les postes que vous pouvez gagner et réécrivons le CV pour chacun. Uniquement ce que vous avez fait.

Ils confirment la réception

Nous remplissons leur formulaire et cliquons sur envoyer. C’est leur e-mail qui valide, pas notre clic.

aiapplyd.com/dashboard

Exécution de l’agent aujourd’hui

Candidature au poste de Responsable du support client chez Linear

Où vos candidatures arrivent vraiment
Sur la page carrière de l’entreprise.
Nous remplissons le vrai formulaire et vous ne le voyez jamais. La prochaine chose que vous touchez, c’est leur réponse.
1
CV à importer. En tout et pour tout.
0
Formulaires que vous remplissez vous-même
$0.31
Ce que vous coûte une candidature terminée

Toute votre recherche d’emploi, au même endroit.

Six choses se passent ici. Cinq se passent sans vous.

Les meilleures chances d’abord

Correspondance intelligente

Chaque poste ouvert sur Greenhouse, Lever, LinkedIn et Indeed, confronté à ce que vous avez réellement fait. Ceux que vous pouvez gagner passent en premier.

Envoyée, pas préparée

Candidature automatique par IA

Elle réécrit le CV, rédige la lettre, remplit chaque champ et clique sur envoyer. Vous l’apprenez quand ils répondent.

Uniquement ce que vous avez fait

CV et lettres de motivation

Un CV principal en entrée. Une version par annonce en sortie, bâtie uniquement sur ce que vous avez fait. Il lui est formellement interdit d’écrire « passionné par ».

Vérifiée avant que vous postuliez

Évitez les offres fantômes

Republiée chaque mois depuis mars. Ouverte depuis onze mois. Pourvue en interne dès la deuxième semaine. Nous cherchons les signes avant qu’elle ne vous parvienne.

Écrites par eux

Les réponses arrivent ici

N’importe qui peut vous dire qu’il a cliqué sur envoyer. Ici, c’est l’entreprise elle-même, dans ses propres mots, triée en invitations, confirmations et étapes suivantes.

De la candidature à l’offre

Suivi des candidatures

De la candidature à l’offre sur un seul tableau. Qui a répondu, qui s’est tu le jeudi. C’est le tableur, qui se tient à jour tout seul.

Des formulaires remplis cent fois. Plus jamais.

Greenhouse, Workday, Lever, Ashby. Vous n’en avez jamais entendu parler et vous les avez tous remplis, à onze heures du soir, en retapant un CV déjà importé. Cette partie, c’est nous maintenant, sur la page de l’entreprise, de la première question jusqu’à l’envoi.

Greenhouse
Lever
Ashby
Workday
iCIMS
Personio
Teamtailor
SmartRecruiters
Recruitee
Breezy
Workable
Rippling
12
Outils de recrutement par lesquels nous postulons
Greenhouse, Workday, Lever, Ashby, Workable, iCIMS et six autres. Chacun mené à terme, de la première question à l’envoi.
1
Façons dont une candidature compte comme envoyée
Leur e-mail, arrivé dans la boîte depuis laquelle nous avons postulé. Pas notre capture d’écran, pas notre clic, pas notre journal.
0
Choses à installer
Pas d’extension, pas de navigateur laissé ouvert, pas de mot de passe à confier. Nous postulons depuis nos serveurs pendant que votre ordinateur est fermé.

Les entreprises de l’autre côté de ces formulaires.

Vous ne voyez jamais le logiciel. Vous voyez l’offre, et ensuite, si nous avons bien travaillé, vous voyez une réponse.

Utilisez AI Applyd dans ChatGPT, Claude et Cursor.

Toute votre recherche d’emploi, menée dans la conversation que vous avez déjà ouverte.

message d’installation · à coller dans votre agent

Copiez ceci pour votre agent

Collez-le dans la conversation. Il lit la bonne documentation, se configure tout seul et vous fait un retour.

Set up the AI Applyd MCP server in the client you are running inside, then prove it works.

WHAT IT IS
AI Applyd is a job-search agent. Its MCP server gives you tools to rewrite a resume against one specific posting, pull the real requirements out of a job description, draft a cover letter, build interview prep, translate a resume, search jobs matched to my profile, and start an auto-apply that files a real application on the employer's own hiring system.

WHERE IT LIVES
Server name: aiapplyd
Transport: Streamable HTTP
URL: https://mcp.aiapplyd.com/mcp

There is no API key, no bearer token and no client secret. Do not ask me for one, because none exists. Do not wrap this in npx mcp-remote. Do not use an SSE endpoint.

HOW TO REGISTER IT
Use the line for the client you are actually running inside, at user scope, so it is still there in my other projects.

Claude Code:
claude mcp add --transport http --scope user aiapplyd https://mcp.aiapplyd.com/mcp

Codex CLI:
codex mcp add aiapplyd --url https://mcp.aiapplyd.com/mcp

Cursor, in ~/.cursor/mcp.json:
{ "mcpServers": { "aiapplyd": { "url": "https://mcp.aiapplyd.com/mcp" } } }

Cline, in ~/.cline/data/settings/cline_mcp_settings.json:
{ "mcpServers": { "aiapplyd": { "type": "streamableHttp", "url": "https://mcp.aiapplyd.com/mcp" } } }
The type field is not optional there. Leave it out and Cline falls back to the deprecated transport without telling anyone.

Any other client: read that client's own current MCP documentation and register a remote Streamable HTTP server the way it expects today. Do not rebuild a config shape from memory. These files moved several times this year.

HOW THE SIGN-IN WORKS
OAuth 2.1 with PKCE and dynamic client registration. Nothing runs anonymously and most clients do nothing at all at add time. The first tool call comes back 401 on purpose, a browser opens at mcp.aiapplyd.com, I sign in with Google or a magic link, I approve a consent screen that names the client asking, and your client stores the token. Claude Code can get it over with up front: claude mcp login aiapplyd

HOW TO VERIFY, IN THIS ORDER
1. List my MCP servers and confirm aiapplyd is registered and connected.
2. List its tools and confirm you can see names beginning with aiapplyd_.
3. Call aiapplyd_search_jobs once with a short query.
4. If that comes back 401, I have not signed in yet. Tell me to finish it in the browser, then call the tool again.
5. Tell me which step you reached and what came back.

An empty tool list before I sign in is expected. It is not a failure and it is not a reason to start editing other files.

RULES
Do not touch, reorder or remove any other MCP server in my configuration.
Do not add an Authorization header. Some clients report the whole connection as failed instead of falling back to OAuth.
Do not invent a config key you have not read in that client's documentation.
Claude CodeClaudeChatGPT/CodexCursor

Cline aussi, et tout ce qui parle MCP. Compte gratuit, sans carte bancaire, et vous vous connectez la première fois qu’il agit pour vous.

Vous configurez à la main ? L’adresse esthttps://mcp.aiapplyd.com/mcp
// questions fréquentes

Oui, elle clique vraiment sur envoyer.

AI Applyd applies to jobs for you, so your evenings go on preparing for interviews instead of retyping the same history into one portal after another. It reads each posting, rewrites your resume for it, writes the cover letter, answers the open-ended screening questions from your real history, and files the finished application on the company's own hiring system - the software an employer uses to collect and screen applicants. AI Applyd submits on 12 of those systems: Greenhouse, Lever, Ashby, Workday, iCIMS, Personio, Teamtailor, SmartRecruiters, Recruitee, Breezy, Workable and Rippling. Nothing is counted as sent until that employer's own system confirms it. Create an account to watch an application get written. Sending requires a paid plan.

Yes, and AI Applyd holds itself to a standard almost nothing else in this category will accept: an application only counts as sent once the employer's own hiring system confirms it, never because a button got clicked. The same rule holds on all 12 hiring systems AI Applyd submits on: nothing is counted as sent until that employer's own system confirms it - Greenhouse, Lever, Ashby, Workday, iCIMS, Personio, Teamtailor, SmartRecruiters, Recruitee, Breezy, Workable and Rippling - and in every country. Your dashboard shows it application by application: which ones the employer confirmed, and which are still waiting. AI Applyd does not publish a success rate, because a number with no denominator printed next to it is marketing rather than evidence.

AI Applyd submits it. The application is filled in and sent on the employer's own hiring system, screening questions included, and then AI Applyd waits for that employer's system to confirm it arrived before marking it sent. AI Applyd's own submit click and its own end-of-run screenshot are recorded too, and they are labelled as its own: they describe what AI Applyd did, never what the company received. A tool that shows you the fields it filled is reading its own typing back to you.

AI Applyd submits on 12 hiring systems - the software companies use to collect and screen applications - and every one of them carries live jobs today: Greenhouse, Lever, Ashby, Workday, iCIMS, Personio, Teamtailor, SmartRecruiters, Recruitee, Breezy, Workable and Rippling. That is the whole list, named rather than padded, and the same standard holds on all of them: your application goes in complete and tailored on the employer's own system, and it is only counted as sent once that system confirms it. AI Applyd can read and match jobs from more systems than it submits on (13 families in total), so those roles still reach your dashboard - it just tells you which is which rather than faking a confirmation.

Because the employer's own system says so, not because AI Applyd says so. Every application goes out from an email address AI Applyd created for you, so the confirmation a hiring system sends after a submission arrives somewhere it can be read and tied back to that exact application. Your dashboard then shows it row by row: confirmed by the employer, or still waiting. Nothing is quietly promoted from the second to the first. AI Applyd keeps its own records too - the submit its browser watched go through, the screenshot at the end of the run - and labels them as its own, because they describe what AI Applyd did rather than what the company received. A tool that shows you the fields it filled is reading its own typing back to you.

Yes, and the standard is identical in every country. AI Applyd applies based on which system the employer hires on, not where the job sits, so a role in Berlin, London, Toronto or Austin gets the same tailored application on the same 12 hiring systems - and the same rule about what counts as sent. Personio, Teamtailor and Recruitee in particular carry heavy European inventory, so European roles are first-class here rather than an afterthought.

No - AI Applyd never touches your LinkedIn account and never runs in your browser. It refuses the one-click job-board apply buttons as a matter of policy and uploads a real resume to the employer's own hiring system instead, which is both the safer route and the one a recruiter actually reads. No automated connection requests, no bulk profile views, no scraping of search results. Submissions run from AI Applyd's own infrastructure on rotating residential IPs, never from your browser or your session, and they are paced per user - 15 a day on Hired in 30, 50 on Hired Yesterday.

What a recruiter reads is your real career, in your own voice. AI Applyd's cover letters and tailored resumes pull only from what is actually on your resume - no invented skills, no certifications you never earned, no numbers you never gave it - and an anti-cliche filter bans "passionate about", "leveraged", "spearheaded" and "synergies". If it is not in your history, it does not appear in your application.

No - AI Applyd is built to make spraying awkward. Before anything is sent, your resume is scored against that specific posting. Below the fit floor set in your settings the application is skipped and recorded as skipped: nothing is submitted and the company never sees it. What does get sent is rewritten against that posting, with the open-ended questions answered from your actual history, so a hiring team receives one considered application instead of the same PDF forty times. On top of that AI Applyd puts a hard daily ceiling on every account (15 a day on Hired in 30, 50 on Hired Yesterday) and paces submissions per hiring system. Blasting is the easy thing to build and the first thing a recruiter filters out.

AI Applyd tells you exactly why, on the application itself, in plain language: the posting closed before it got there, the site's bot defence held, the form could not be read, the account wall could not be cleared. Billing has exactly one rule and this is it - if a job is already dead before a browser session opens, nothing is spent and your reservation is returned; once a session runs, you are charged for the compute it genuinely used and the unused part of the reservation goes straight back to your balance. A failed run also does not eat your plan's application allowance: the rolling 30-day count excludes failed and skipped runs, so retrying costs you nothing against your cap. And three things that never happen. AI Applyd does not relabel a failure as a send. It does not switch your auto-apply off behind your back. It does not hand the job back to you to go and finish.

AI Applyd encrypts your data while it travels and while it is stored, never sells it, and never uses it to train AI models. It is used to apply to jobs on your behalf, and nothing else. You can delete every byte of it - resumes, application history, screenshots - from your dashboard whenever you want.

Yes, and cancelling AI Applyd is self-serve - Billing in your dashboard, no email to support, no call to book. You get one "before you go" screen and one required question about why you are leaving, and that is the whole of it. Access then runs to the end of the period you already paid for. Weekly or monthly billing, no annual lock-in, no contract.

Arrêtez de postuler.Commencez à passer des entretiens.