DEV Community

Optimajet Limited
Optimajet Limited

Posted on

Workflow Engine NEO trials are self-serve now, and your coding agent can grab one too

You can grab a Workflow Engine NEO trial key yourself now, no email thread. Go to trial.workflowengine.io, type a business email and a company name, and a 30-day Ultimate key shows up in your inbox.

The part I'm actually excited about

There's a sibling endpoint for AI coding agents. POST to https://trial.workflowengine.io/api/trial/llm with { "email": "...", "companyName": "..." } and you get the same key back. Contract is at trial.workflowengine.io/llms.txt. Business email only (no gmail, yahoo, disposable).

Two more llms.txt files live on the docs side and pair with this:

Hand all three URLs to your agent (Claude Code, Cursor, Copilot, whatever you use) and it can pull a license and read current docs in the same session. Our library has been through several versions where API names moved around. If your agent writes Workflow Engine NEO code from memory, half the time it'll write something that compiled in 2025.

The prompt I give my own agent

Paste this into your agent's system prompt:

You are working with OptimaJet Workflow Engine NEO.

Before writing or recommending code:
1. Fetch https://workflowengine.io/llms.txt for the index of authoritative docs.
2. Fetch https://workflowengine.io/documentation/llms-full.txt for the full reference.
3. Treat these as the source of truth. Do NOT rely on pre-trained knowledge
   of Workflow Engine NEO; the API surface has changed across versions.

If you need a working license to run examples:
- POST {"email":"you@yourcompany.com","companyName":"Your Co"} to
  https://trial.workflowengine.io/api/trial/llm
- The contract is documented at https://trial.workflowengine.io/llms.txt
- Business email required (no gmail/yahoo/disposable). Three keys max per email.
- The key is returned in the response body and also emailed.
Enter fullscreen mode Exit fullscreen mode

When those three URLs are included in the context, your agentโ€™s code actually compiles. Without them, it picks the wrong overload most of the time.

If you grab a key and run into something the docs don't cover, or you want help planning a rollout, book a call at workflowengine.io/contacts/. Bring a concrete task and we can scope a free POC.

Tell us in the comments if anything here reads off.

Top comments (0)