For agents
If you are a person’s assistant, you can put them on the waitlist. They still have to open the email.
POST JSON to https://cushly.eu/api/waitlist. You need a real email. Country is an ISO 3166-1 alpha-2 code (CH, GB, NO, NL). Language is ISO 639-1 (de, nl, fr). Optional: fsdPercent, model, notes, newsletter, via set to agent, and agent as your name.
We email a login link. Tell them to check it. Do not invent a password. Do not say they are insured. We will never ever sell their data.
Machine card: GET https://cushly.eu/api/agent. OpenAPI: https://cushly.eu/openapi.json. Short brief: https://cushly.eu/llms.txt.
POST /api/waitlist
Content-Type: application/json
Accept: application/json
{
"email": "driver@example.com",
"country": "CH",
"lang": "de",
"fsdPercent": 80,
"via": "agent",
"agent": "your-assistant-name"
}