This page sends your first request to the Engine. By the end, you’ll have a streaming response from a real agent, in the language of your choice. If you don’t yet have an Engine running, follow Local development quickstart first.Documentation Index
Fetch the complete documentation index at: https://internal.september.wtf/llms.txt
Use this file to discover all available pages before exploring further.
Pick your language
curl
No dependencies, just a shell.
Python
The most common path for AI development.
Node / TypeScript
For web and agent backends.
What you’ll need
- The URL of an Engine you can reach. For local development that’s
http://localhost:8000. - An Engine API key. Set as
X-Engine-Keyon every request. - One open task slot. The Engine accepts an arbitrary
task_idyou pick.

