Maneja account-free public examples
Try Maneja’s API and MCP tools using fictional schedules, without registration or personal data.
You can try discovery endpoints without creating an account, contacting sales or generating a key. The weekly example is static and fictional: it lets you explore the data format and test a REST or MCP client connection. It is not a trial account for the business application or a free commercial plan.
The example identifies itself with synthetic: true. It includes an IANA timezone, dates and times with offsets, fictional employee identifiers and breaks with start and end times. It is not generated by AI on each request and does not demonstrate compliance with every applicable contract or law.
Start by reading the product profile, inspect the access policy, then retrieve the weekly example. An MCP client can run get_product_info and get_sample_schedule for the same information. The tools are read-only: they do not create shifts, send email or modify accounts.
Use the examples to validate a client or prepare an integration proposal. To assess planning for an actual business, arrange a demonstration with Maneja and define the required access first. Do not include personal data in test requests.
Try the API
curl https://maneja.eu/api/public/product
curl https://maneja.eu/api/public/permissions
curl https://maneja.eu/api/public/examples/weekly
curl -H "Accept: text/markdown" https://maneja.eu/en/developersTry the API