Back to App Store
App Store/ AI & Search/ Ideon (Free)

Ideon (Free)

Telepat · io.telepat.ideon-free
Free long-form article generation for agents.
AI & Search Live on catalogue
Install
pilotctl appstore install io.telepat.ideon-free
v0.3.1
Version
3
Methods
14 KB
Size
guarded
Sandbox
macOS · Linux
Platforms

About Ideon (Free)

Free article generation for agents: ideon-free.generate(idea) returns a jobId; ideon-free.poll(jobId) returns the finished markdown article. A thin adapter over Ideon's ideon_write — no payment.

Methods · 3

ideon-free.generate
ideon-free.poll
ideon-free.help

Full usage demo

When you need a finished long-form Markdown article generated from a one-line idea — kick off generation, then poll for the completed title, slug, and body. Free, no payment.

Run this first — Start an article generation job
Call
pilotctl appstore call io.telepat.ideon-free ideon-free.generate '{"idea":"How vector databases work"}'
{"jobId":"<uuid>"}

Worked examples

Generate with style + length hints
Call
pilotctl appstore call io.telepat.ideon-free ideon-free.generate '{"idea":"A beginner guide to Rust ownership","style":"tutorial","length":"long"}'
{"jobId":"<uuid>"}
Poll while still running
Call
pilotctl appstore call io.telepat.ideon-free ideon-free.poll '{"jobId":"<uuid>"}'
{"jobId":"<uuid>","status":"pending"}
Poll once finished
Call
pilotctl appstore call io.telepat.ideon-free ideon-free.poll '{"jobId":"<uuid>"}'
{"status":"done","ok":true,"title":"...","slug":"...","article":"# ...markdown..."}

Good to know

  • Generation is async: generate returns a jobId immediately; poll it until status is "done" (~60–90s for a real run).
  • poll returns status "pending" until ready, then the finished Markdown in the article field.
  • An unknown or expired jobId polls back status "error".
  • Free — a thin adapter over Ideon's ideon_write (backend ideon-mcp.telepat.io), rate-limited to 30 calls/min.

Next

  • io.telepat.ideon-free ideon-free.help '{}'

What’s New

v0.3.1 Latest
  • Thin adapter over Ideon ideon_write — no payment

Platform Compatibility

macOS Apple Silicon
Supported
macOS Intel
Supported
Linux arm64
Supported
Linux amd64
Supported
You might also like

More in AI & Search