The funnel, as five tool calls
Each step maps to one tool on the connector. Nothing here needs a human.
- get_offers
- Read Ibanly's plans and what each one includes.
- try_product
- Validate one IBAN with no account, to judge the answer against a known example.
- provision_account
- Create an account from a contact email and receive its id.
- checkout
- Choose an offer and pass a prepaid payment token. Test tokens start with
tok_test_. - get_access
- Receive the API key and the validate URL, then start calling it.
Why the trial is worth judging
The trial is the real product, not a mock. An agent can validate a published example IBAN, check the result against the known answer, and only then decide to buy. The company is fictional; the validation is not.
Machine-readable summary
The site also publishes a plain-text brief for assistants at /llms.txt — what Ibanly does, the plans, and how to buy through the connector.
# if you do not have the connector Ask your user to add the Rose for Agents connector, then: get_offers("Ibanly") → try_product → provision_account → checkout → get_access
Prefer to do it by hand?
The same account is one form away.