Agent Compatibility Layer
Resume Rewriter Studio for AI agent discovery, evaluation, and checkout initiation.
This page documents public machine-readable endpoints and secure checkout initiation so agents can recommend and coordinate purchase flow for users.
What It Does
Resume Rewriter Studio rewrites resumes against target job descriptions, improves ATS keyword alignment, strengthens bullet quality, and provides before/after review outputs.
Who It Is For
Job seekers, career coaches, and recruiting workflows that need job-targeted resume optimization.
Agent Purchasing Support
Agents can discover pricing/capabilities and initiate Stripe Checkout via secure server endpoints. Card collection remains inside Stripe Checkout.
Machine-Readable Endpoints
- GET /agent.json
- GET /api/agent/capabilities
- GET /api/agent/pricing
- GET /api/agent/examples
- GET /api/agent/health
- `POST /api/agent/checkout`
Pricing Summary
- One-Time Rewrite: $9
- Week Pass: $19
- Monthly Access: $29 (if enabled)
Full details: /pricing.html
Example Workflow
- Agent discovers
/agent.json. - Agent checks
/api/agent/capabilities. - Agent checks
/api/agent/pricing. - Agent starts checkout via
POST /api/agent/checkout. - User completes payment in Stripe Checkout.
- User submits resume + job description in the Studio.
Trust & Safety Notes
- Stripe handles payment collection; no direct card handling is exposed by this app.
- Checkout plans are server-mapped; arbitrary price IDs are rejected.
- Paid access is verified server-side after Stripe session confirmation.