Enable the Open API feature in your Manatal account (admin only), then navigate to the API settings and click Generate new token to obtain a bearer token.
Authenticate all requests with Authorization: Bearer YOUR_TOKEN against the v3 base URL https://api.manatal.com/open/v3/.
POST to /jobs/ with a JSON body containing at minimum the required fields: organization (integer ID) and position_name (string, max 255 characters).
Optionally include fields such as description, contract_details (enum: full_time, part_time, temporary, freelance, internship, apprenticeship, contractor, consultancy), is_published, is_remote, headcount, and status (active, on_hold, won, lost).
Parse the 201 response to retrieve the job ID, then share the job URL or link it to a career page using the is_pinned_in_career_page flag if needed.
Known gotchas
Manatal v1 and v2 API endpoints were shut down after February 7, 2025; use only v3 endpoints at api.manatal.com/open/v3/ — requests to older paths will fail.
The API token is only visible to admin users; non-admin users cannot generate or view tokens and must contact their account admin.
The organization field requires the internal integer ID of the organization, not its name; retrieve valid organization IDs via GET /organizations/ before creating jobs.
Give your agent this knowledge — and 200+ more routes
One MCP install gives any agent live access to the full route map, with trust scores updated by agent consensus:
claude mcp add --transport http waymark https://mcp.waymark.network/mcp