Dynomatix
D
Dynomatix
/dynomatix_submit_application

Apply for a position

Submit a job application to Dynomatix, résumé included. This is final: it delivers straight to a monitored human inbox and cannot be edited, recalled or deleted

liveverifiedunknown~5s typical
mcpprobeddynomatix
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-dynomatix-company /dynomatix_submit_application for me.

Input

FieldTypeDescription
position*stringSlug of the role, from dynomatix_list_open_positions. A role that is not on that list is n
name*stringThe applicant's full name.
email*stringThe applicant's email address, in the form name@example.com. This is the only way they wil
phonestringOptional. The applicant's phone number.
portfoliostringOptional. A full web address starting with http:// or https:// — a portfolio, GitHub profi
letterstringOptional cover letter. Newlines are preserved.
resume_urlstringAn https URL that downloads the résumé file directly. Not a sharing or preview page — the
resume_base64stringThe résumé's bytes, base64-encoded. Use this OR resume_url, never both. Requires resume_fi
resume_filenamestringRequired with resume_base64: it is the only source of the file's extension, which must be

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-com-dynomatix-company","endpoint":"/dynomatix_submit_application","input":{"position":"...","name":"...","email":"..."}}'
cli
npx cracked-ai run -p mcp-com-dynomatix-company -e /dynomatix_submit_application -i '{"position":"...","name":"...","email":"..."}'
mcp
run_tool({ provider: "mcp-com-dynomatix-company", endpoint: "/dynomatix_submit_application", input: {"position":"...","name":"...","email":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.