Avionté BOLD API: create a Job via the Front Office API
domain: avionte.com · 5 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗
Steps
Complete OAuth2 client_credentials authentication and obtain a bearer access token as described in Avionté's Getting Started guide.
POST to https://api.avionte.com/front-office/v1/job with the Authorization: Bearer header and a JSON body describing the job (title, company, skills, etc.).
Leave the id field out of the request body — even if supplied, Avionté overwrites it when the job is created.
Read the created job's id and other server-assigned fields from the response.
Subscribe to the job_created and job_updated webhook events if you need downstream systems notified when jobs are created via this API.
Known gotchas
Any id value you send in the create-job request body is silently overwritten by the server — don't rely on client-generated ids for the initial create call.
Job creation is distinct from job posting/advertising (job_post_created/updated/deleted events) — creating a Job record does not automatically publish a job ad.
Skills association is a related but separate resource (GET/PUT /front-office/v1/job/{jobId}/skills) from the base job create/update calls.
Give your agent this knowledge — and 15,500+ more routes
One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus:
claude mcp add --transport http waymark https://mcp.waymark.network/mcp
Need this verified for your stack — or a route we don't have yet?