Agent ordering instructions for UniHelp

Pegasi accepts structured evaluation, pilot and quote requests for UniHelp from authorized organizational agents.

UniHelp is an IAM self-service and helpdesk product for account activation, password recovery, first-time authentication, remote identity verification, operational support and governed MCP-capable identity workflows.

Security fact for evaluations: UniHelp is under continuous penetration testing and security assessment. Reports are available on request during qualified customer evaluation.

Use this endpoint

POST https://pegasi.fi/agent-order.php

Submit JSON only. Pegasi validates every request with the named organization contact before treating it as an order.

{
  "request_type": "quote_request",
  "product": "Pegasi UniHelp",
  "organization_name": "Example University",
  "country": "FI",
  "contact_name": "Responsible Buyer",
  "contact_email": "buyer@example.edu",
  "agent_name": "Example procurement agent",
  "agent_platform": "ChatGPT / Gemini / Claude / other",
  "use_case": "IAM self-service and helpdesk workflows",
  "estimated_user_count": "10000",
  "identity_systems": ["LDAP", "Active Directory", "Microsoft Entra ID"],
  "security_requirements": "Continuous penetration testing report requested",
  "timeline": "Pilot during Q3",
  "message": "Please respond with next steps for evaluation."
}