Network & Remote

The local HTTP listener powers all integrations.

Local Use

Agent on the same Mac? Everything works over localhost:4140 automatically.

API

POST /read

curl -X POST http://localhost:4140/read \
  -d '{"text": "Hello from your agent"}'

POST /ack

curl -X POST http://localhost:4140/ack \
  -d '{"project_id": "/path/to/project"}'

GET /status

curl http://localhost:4140/status

Remote Agent

Agent on another machine? Enable the listener in Settings and send to http://<your-ip>:4140/read.

← Teleprompter All Topics Multi-Device →