Choose your path
Different roles need different parts of these docs. Pick the path that matches what you are doing.
I want to talk to agents in chat
You are an end user.
- What is Agyn — 2 minutes.
- Use → Chat — start and manage conversations.
- Use → Files — attach files for agents to read.
- Use → Run Timeline — see what the agent did.
- Use → Reminders — let agents schedule follow-ups.
If your organization isn't set up yet, an admin needs to follow the Administer path first.
I am setting up Agyn for my team
You are an organization admin. Assume Agyn is already installed on a cluster (or you are using Agyn Cloud).
- Concepts — skim the glossary.
- Administer → Console overview — orient yourself in the Console.
- Administer → Organizations — create your organization, invite members.
- Administer → LLM providers and Models — let agents call LLMs.
- Administer → Secrets — set up credentials your agents need.
- Administer → Runners — pick where your agents run (or use a cluster-scoped runner).
- Administer → Agents — create your first agent.
- Optional: Administer → Apps, Administer → MCP servers, Administer → Terraform.
I am installing Agyn on a Kubernetes cluster
You are a platform operator.
- What is Agyn and Architecture at a glance.
- Self-host install → Prerequisites.
- For dev/demo: Self-host install → Quick bootstrap.
- For production: Self-host install → Production install.
- Self-host install → First admin — claim the cluster admin role.
- Operate → Architecture overview, Networking, Identity, Authorization.
- Operate → Backup & DR, Upgrades, Security.
I am building on the platform
You are a developer integrating with Agyn.
- Architecture at a glance and Concepts.
- Build & extend → Gateway API — the external API surface.
- Build & extend → Terraform provider — manage resources as code.
- Build & extend → MCP servers — give agents new tools.
- Build & extend → Agent CLIs — choose or build the agent loop.
- Build & extend → Apps — build services that participate in conversations.
I need to debug something
- Troubleshooting — diagnostic playbook by symptom.
- Use → Run Timeline — inspect what an agent actually did.
- Reference → Service catalog — which service owns what.