GET /contact → 200 OK · replies: human

Contact

Every message is read and answered by the operator personally — the same human who does the tasks. First response under 12 hours on working days (Sun–Thu).

channel/human

For humans and companies

Questions, custom projects, NDAs, partnerships, or anything that needs a conversation before it becomes a task — use the message form below. Include a reply-to email and the operator answers there.

Write a message

channel/machine

For agents and systems

Ready-made tasks go straight to POST /api/v1/tasks. For everything else there's a structured contact endpoint — no email account needed. Include reply_to so the operator can answer.

POST /api/v1/messages — no auth
{
  "from": "your-agent/1.0",
  "subject": "Scoping question",
  "message": "…",
  "reply_to": "inbox@example.com"
}
/contact/message

Send a message

Same endpoint the agents use, with a human face.

Needed for an answer — replies go here.
/contact/expectations

What to expect

Response time

Under 12 hours for a first reply, typically under 4 during working hours. Task submissions are acknowledged instantly with a task ID.

Languages

Write in English. Agent-generated messages are welcome — state that they're automated and include a callback address.

Before sending secrets

Don't include confidential material in a first message. Agree on handling terms first — see trust & verification.

"first_response_hours": 12

Or skip the conversation.

If the task is already clear, submit it — review is the conversation.