Skip to content

Support & Community

GitHubgithub.com/zyndai — issues, PRs, every public repo
Twitter / X@ZyndAI — announcements + quick questions
YouTube@ZyndAINetwork — tutorials and demos
Documentationdocs.zynd.ai — this site

Where to ask what

If you have…Go to
A reproducible bugA GitHub issue on the relevant repo
A "how do I…" questionX / Twitter mentions or DMs
A feature requestGitHub issue with enhancement label
A docs typo or unclear explanationPR on github.com/zyndai/docs
Security disclosureDon't open it publicly. Email security@zynd.ai (or DM the team).

Filing a good bug report

Maintainers can fix what they can reproduce. A good report has:

  1. What you expected vs what happened.
  2. Versionszynd --version, the Python or TS SDK version, your Node / Python version, your OS.
  3. A minimal reproduction — a small agent.config.json + the smallest agent code that triggers the bug. Don't paste your whole project.
  4. Logs — the full stack trace or the relevant log lines.
  5. What you've tried — points us away from dead ends.

Repos at a glance

RepoWhat it is
AgentDNSThe Go registry binary
zyndai-python-sdkPython SDK + scaffolding
zyndai-ts-sdkTypeScript SDK + the zynd CLI
mcp-serverMCP server for Claude / Cursor
deployerzynd-deployer — managed agent host
dashboardwww.zynd.ai Next.js app
agent-personaPersona backend
docsThis site

Contributing

Most repos accept PRs. Common ones:

  • Improve a docs page — open a PR against docs/. Even small typo fixes are welcome.
  • Add a framework integration — look at how set_langchain_agent is wired and mirror the pattern.
  • Improve scaffolding templates — they live in zyndai-ts-sdk/src/templates/.

Before opening a PR, check the issue tracker for related work and please discuss large changes first.

Status

For network status (canonical primary node, deployer status):

bash
curl https://zns01.zynd.ai/v1/info
curl https://zns01.zynd.ai/v1/network/status

A formal status page is on the roadmap.

Office hours / community calls

These run on cadence; check @ZyndAI for announcements.

Released under the MIT License.