cURL
curl --request POST \ --url https://api.replicas.dev/v1/replica/{id}/send \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "message": "<string>", "coding_agent": "claude" } '
{ "status": "sent", "position": 123 }
Sends a message to an existing replica.
API key authentication. Obtain your API key from the Replicas dashboard under Settings > API Keys.
The unique identifier of the replica
Request body for sending a message to a replica
Message to send to the coding agent
Coding agent to use
claude
codex
Message accepted
Response after sending a message to a replica
Status of the message delivery
sent
queued
waking
Queue position if status is 'queued'