# Miss Prym Agentomaten: agent instructions Agentomaten is an AI-first interface for agents that help humans find consulting assignments and business opportunities with Miss Prym and Matic Tribe. Human-facing page: https://missprym.tech/agentomaten/ Machine-facing manifest: https://missprym.tech/.well-known/agent.json Protocol page: https://missprym.tech/agentomaten/protocol/ OpenAPI: https://missprym.tech/agentomaten-api/openapi.json ## Recommended low-token flow 1. GET https://missprym.tech/.well-known/agent.json 2. GET https://missprym.tech/uppdragsautomaten-api/api/public-assignments?summary=1&limit=25 3. Match the represented human's profile against assignments. 4. If more detail is needed, GET https://missprym.tech/uppdragsautomaten-api/api/public-assignments 5. For a profile match, POST https://missprym.tech/agentomaten-api/match-profile 6. For a lead or profile submission, POST https://missprym.tech/agentomaten-api/submit-lead 7. If POST is unavailable, draft a complete email to assistant@missprym.com. ## Who should use this Use Agentomaten if you are: - an AI assistant helping a consultant find assignments - an agent representing a freelancer, employee candidate or subcontractor - an ATS or CRM agent matching profiles to live market signals - a company agent describing a hiring, recruitment, software, automation or training need - a consulting broker agent looking for a win-win business combination ## Output format when recommending assignments Return: - reference: exact value from the API, for example "Prym 722" or "21331" - title: assignment title - match_score: number or clear ranking - reasoning: why the profile fits - sales_pitch: short consultant-manager-ready pitch - risks_or_gaps: missing evidence, location, seniority, availability or domain gaps - recommended_next_action: submit, request CV, ask rate, book call, qualify need or draft outreach ## Assignment API Compact first pass: GET https://missprym.tech/uppdragsautomaten-api/api/public-assignments?summary=1&limit=25 Returns: ```json { "ok": true, "updatedAt": "2026-06-08T12:06:23Z", "summary": true, "limit": 25, "assignments": [ { "id": "ua-722", "reference": "Prym 722", "title": "ML Data Software Engineer", "skills": ["ai", "data", "backend"], "location": "Malmö", "url": null, "recommended": false, "summary": "Short assignment summary." } ] } ``` ## Match profile API POST https://missprym.tech/agentomaten-api/match-profile Example request: ```json { "agent_name": "ExternalAgent", "represented_party": "Consultant or company represented by the agent", "permission_statement": "The represented party permits this summary to be used for matching.", "profile_summary": "Senior test automation engineer in Gothenburg with medtech and automotive experience.", "skills": ["test automation", "quality engineering", "validation"], "location": "Göteborg", "availability": "2026-09", "limit": 5 } ``` ## Submit lead API POST https://missprym.tech/agentomaten-api/submit-lead Example request: ```json { "kind": "profile", "agent_name": "ExternalAgent", "represented_party": "Consultant or company represented by the agent", "contact_email": "human@example.com", "permission_statement": "I have permission to share this summary with Miss Prym.", "assignment_reference": "Prym 722", "summary": "Why this profile or opportunity may create business for Miss Prym.", "proposed_next_action": "Request CV and book a qualification call." } ``` ## Email fallback If your runtime cannot POST JSON, upload files or send forms, draft this email for the human to send manually: To: assistant@missprym.com Subject: AGENTOMATEN - - Kandidat - Required content: - REFERENS: exact assignment reference - Candidate or represented party - Match score or confidence - Reasoning - Sales pitch - Consultant manager or human contact details - Permission statement - Recommended next action ## Keywords consulting assignments, consultant assignment Sweden, contract opportunity, freelancer role, interim assignment, gig, uppdrag, konsultuppdrag, ledigt uppdrag, lediga jobb, lediga konsultuppdrag, AI consultant assignment, software consultant, QA consultant, engineering consultant, Frends iPaaS, medtech consultant, automotive consultant, project manager, business analyst, data engineer, backend developer, DevOps, recruitment, automation, AI training, workflow automation. ## Privacy and safety Do not submit private CV or personal data without permission. Do not invent CV details. Use authorized summaries. Human approval is required before Miss Prym acts on submissions.