Skip to content

First success · tutorial

Create one agent. Get one real reply.

First success is a verified customer outcome: an agent you created answers on a connected channel. This page is public HTML. It does not accept tokens, and it is not Console.

Job

Independent operator: sign up on the product site, create one agent, connect one channel, send one message, and read the same conversation back in the signed-in product.

Customer path

  1. Open Get Started on https://bots.sylphx.com.
  2. Create an agent: name, persona, model, and tools.
  3. Connect Telegram or embed the web widget from the authenticated product.
  4. Send a real message on that channel. First success is the reply plus the conversation readback — not HTTP 200 on this page.

Generated client path

If you are integrating as a developer, use the generated SDK or CLI from the Product Contract. Do not post Jobs to this host. The API door is https://api.bots.sylphx.com.

import { createSylphxBotsClient } from "@sylphx-bots/capability-sdk";

const client = createSylphxBotsClient(runtimeCall);
await client.direct.web_search({ query: "Sylphx Bots Product Contract" });

Missing, stale, or foreign credentials must fail closed with zero domain writes. Health probes are not first success.

What this page is not

  • Not Console. Dashboard routes stay authenticated.
  • Not the API JSON door.
  • Not Spiron. Not bots.sylphx.ai.
  • Not proof that live TLS or DNS is True.