Skip to main content
POST
developers.agent.prompt

Authorizations

Authorization
string
header
required

A Lath API key: lath_live_sk… or lath_test_sk… on a server, lath_live_pk… or lath_test_pk… in a browser.

Body

application/json
client
enum<string>

Which client is reading this, so the connect step is written for it. Omit if unsure and every path is shown.

Available options:
claude-code,
claude-desktop,
cursor,
windsurf,
zed,
cline,
opencode,
codex,
grok,
deepseek,
replit,
lovable,
bolt,
v0,
other

Response

{ activityId, result }. activityId is empty for reads.

activityId
string
required

The activity this call created, or empty for a read.

result
object
required
Last modified on September 13, 2026