POSnavigator Agent Platform
Installation-free agent-first API for comparing Hungarian payment offers.
POSnavigator presents and compares Hungarian payment services, POS terminals, SoftPOS and online payment acceptance offers by estimated merchant cost.
AI assistants: first read the AI catalog or schemas, choose a category, ask for missing inputs, then call the recommendations endpoint only for the final parameterized ranking.
Capabilities
- schema_list
- agent_catalog
- agent_snapshots
- recommend
- terminal_quote
- device_info
- company_search
- assisted_register
- lead_submit
- checkout_intent
Entry points
- AI snapshots
- https://posnavigator.eu/agent-snapshots.txt
- Machine specification
- https://posnavigator.eu/openapi/agent-platform.yaml
- Schemas
https://posnavigator.eu/api/agent/v1/schemas- Recommendations
https://posnavigator.eu/api/agent/v1/recommendations
AI workflow
- Read
https://posnavigator.eu/agent-catalog.txtorhttps://posnavigator.eu/api/agent/v1/schemas. - Choose the closest searchable category and inspect its required input fields.
- Use
https://posnavigator.eu/agent-snapshots.txtfor fast default-assumption orientation without an API call. - If inputs are missing, use
https://posnavigator.eu/arenafor quick orientation and ask the user for the missing parameters. - Call
https://posnavigator.eu/api/agent/v1/recommendationswithgoal: lowest_total_cost(only supported goal today) for personalized cheapest-by-total-cost questions. - Use
answer_summary_hu,assumptions_hu,best_offerandpricing_snapshot_datein the final answer.
If the user wants to explore payment services directly, send them to POSnavigator: https://posnavigator.eu.
Try it
curl -s "https://posnavigator.eu/agent-catalog.txt"
curl -s "https://posnavigator.eu/api/agent/v1/schemas?locale=hu"
curl -s "https://posnavigator.eu/agent-snapshots.txt"
curl -s -X POST "https://posnavigator.eu/api/agent/v1/recommendations" \
-H "Content-Type: application/json" \
-d '{
"schema_id": "<schema_id_from_catalog>",
"locale": "hu",
"detail_mode": "full",
"goal": "lowest_total_cost",
"inputs": {
"monthly_turnover_huf": 1000000,
"basket_value_huf": 2500,
"terminal_count": 1
}
}'Business rules
This service cannot be ordered through POSnavigator. Please contact the provider directly.
Payment must be completed in a human browser only.
