Confirmado, não presumido

Candidatura automática que terminaem uma entrevista.

Você subiu seu currículo. Aí o formulário pediu para você digitar tudo de novo. Essa parte é nossa, no site da própria empresa. Conta como enviada quando eles respondem.

Suba uma vez. Nunca mais digite.

Você sobe um currículo

Um PDF, uma vez. É a última vez que a sua história passa por um teclado.

A gente escolhe e reescreve

Achamos as que você pode ganhar e reescrevemos o currículo para cada uma. Só o que você fez.

Eles confirmam que chegou

Preenchemos o formulário deles e apertamos enviar. Quem marca como feito é o e-mail deles, não o nosso clique.

aiapplyd.com/dashboard

Execução do agente hoje

Candidatando a Gerente de Suporte ao Cliente na Linear

Onde suas candidaturas realmente chegam
Na página de vagas da própria empresa.
A gente preenche o formulário de verdade e você nem vê. A próxima coisa que você toca é a resposta deles.
1
Currículos que você sobe. No total.
0
Formulários que você preenche
$0.31
O que uma candidatura pronta custa para você

Sua busca de emprego inteira, em um lugar só.

Seis coisas acontecem aqui. Cinco delas acontecem sem você.

Melhor chance primeiro

Compatibilidade inteligente de vagas

Todas as vagas do Greenhouse, do Lever, do LinkedIn e do Indeed, comparadas com o que você realmente fez. As que você pode ganhar vêm primeiro.

Enviada, não rascunhada

Candidatura automática com IA

Ela reescreve o currículo, escreve a carta, preenche cada campo e aperta enviar. Você fica sabendo quando eles respondem.

Só coisas que você fez

Currículo e cartas de apresentação

Um currículo mestre entra. Sai uma versão por anúncio, feita só com o trabalho que você fez. Ele é bloqueado por regra de escrever “apaixonado por”.

Checada antes de você se candidatar

Pule as vagas fantasma

Republicada todo mês desde março. Aberta há onze meses. Preenchida internamente na segunda semana. A gente procura os sinais antes de chegar até você.

Escrito por eles

As respostas chegam aqui

Qualquer um pode te dizer que clicou em enviar. Isto é a própria empresa, com as palavras dela, separado em convites, confirmações e próximos passos.

De candidatou a proposta

Acompanhamento de candidaturas

De candidatou a proposta em um quadro só. Quem respondeu, quem sumiu na quinta-feira. É a planilha, se mantendo sozinha.

Formulários que você já preencheu cem vezes. Nunca mais.

Greenhouse, Workday, Lever, Ashby. Você nunca ouviu falar deles e já preencheu todos, às onze da noite, redigitando um currículo que você já tinha subido. Essa parte agora é nossa, na página da própria empresa, da primeira pergunta até o envio.

Greenhouse
Lever
Ashby
Workday
iCIMS
Personio
Teamtailor
SmartRecruiters
Recruitee
Breezy
Workable
Rippling
12
Sistemas de recrutamento pelos quais nos candidatamos
Greenhouse, Workday, Lever, Ashby, Workable, iCIMS e mais seis. Todos concluídos, da primeira pergunta até o envio.
1
Formas de uma candidatura contar como enviada
O e-mail deles, chegando na caixa de entrada de onde nos candidatamos. Não a nossa captura de tela, não o nosso clique, não o nosso log.
0
Coisas para instalar
Sem extensão, sem navegador aberto, sem entregar senha. A gente se candidata dos nossos servidores com o seu notebook fechado.

As empresas do outro lado desses formulários.

Você nunca vê o software. Você vê a vaga e, se fizemos isso direito, vê uma resposta.

Use o AI Applyd dentro do ChatGPT, do Claude e do Cursor.

Sua busca de emprego inteira, feita dentro do chat que você já tem aberto.

mensagem de configuração · cole no seu agente

Copie isto para o seu agente

Cole no chat. Ele lê a documentação certa, se configura sozinho e responde para você.

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

O Cline também, e qualquer outro que fale MCP. Conta grátis, sem cartão, e você entra na primeira vez em que ele agir por você.

Vai configurar na mão? O endereço éhttps://mcp.aiapplyd.com/mcp
// perguntas comuns

Sim, ele aperta enviar mesmo.

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.

Pare de se candidatar.Comece a ser entrevistado.