# Agentlas > The agent builder that asks the missing questions, ships a portable .claude/ folder, and prevents infinite loops by construction. A CrewAI / LangGraph / AutoGen alternative for non-coders, solo founders, and teams. Agentlas takes a one-sentence description of an AI worker, asks up to 6 clarifying yes/no questions, and outputs SKILL.md and agents/*.md files that drop into Claude Code, Codex CLI, Gemini CLI, Cursor, or Manus. Every published agent ships with built-in loop guards (no self-invocation, capped retries on identical calls, 5xx circuit breaker, webhook timeout). A 9-category security scan blocks publish on leaked API keys, curl|bash payloads, and credential exfiltration patterns. Vertical-only delegation makes peer-to-peer agent recursion structurally impossible. Unlike Python-first frameworks (CrewAI, LangGraph, AutoGen), Agentlas requires zero code and outputs markdown that any markdown-aware AI CLI runtime can read. ## Core docs - [Welcome to Agentlas](https://agentlas.cloud/docs/introduction/welcome): What Agentlas is, who it's for, and what you can build. - [Quick start](https://agentlas.cloud/docs/introduction/quick-start): Three-minute walkthrough from prompt to downloadable .zip. - [Prompting tips for non-coders](https://agentlas.cloud/docs/introduction/prompting): How to describe an agent so the output matches intent. - [How safety works](https://agentlas.cloud/docs/introduction/safety): What the scanner checks before any publish. - [Agentlas vs CrewAI, LangGraph, AutoGen, n8n](https://agentlas.cloud/docs/introduction/vs-other-frameworks): Side-by-side comparison covering loops, debugging, security, and runtime portability. ## Features - [Create Studio](https://agentlas.cloud/docs/features/create-studio): The home page builder where every agent starts. - [Templates](https://agentlas.cloud/docs/features/templates): 16 ready-made workflow prompts. - [Tiny Q&A](https://agentlas.cloud/docs/features/tiny-questions): How the clarifying questions narrow the spec. - [Workshop](https://agentlas.cloud/docs/features/workshop): Live preview + visual edit, no code. - [Publish](https://agentlas.cloud/docs/features/publish): Download .zip or share a public profile. - [Forge](https://agentlas.cloud/docs/features/forge): Paid AI edits for nodes, hooks, memory, sub-agents. - [Audit](https://agentlas.cloud/docs/features/audit): Heuristic improvement checker with copyable repair packets. - [Public profile](https://agentlas.cloud/docs/features/public-profile): Card, stack map, easy guide, safety labels — without exposing source. - [Security review directory](https://agentlas.cloud/docs/features/marketplace): Searchable directory of published, security-cleared agents. - [Share cards](https://agentlas.cloud/docs/features/share-cards): PNG and SVG exports for X, LinkedIn, Instagram, README badges. ## Integrations - [Claude Code](https://agentlas.cloud/docs/integrations/claude-code): Primary target runtime. .claude/agents/, .claude/skills/, .claude/settings.json, memory/. - [Codex CLI](https://agentlas.cloud/docs/integrations/codex): AGENTS.md compatibility, .codex/ support in imports. - [Knowledge refresh](https://agentlas.cloud/docs/integrations/knowledge-refresh): npm run knowledge:refresh to pull recent GitHub patterns into the generator. - [MCP servers](https://agentlas.cloud/docs/integrations/mcp): Auto-detection for Slack, Gmail, Google Calendar, GitHub, Notion, Linear, Paddle, Supabase, MongoDB. - [ZIP and GitHub import](https://agentlas.cloud/docs/integrations/local-zip-import): Import an existing agent repo. Source is scanned and discarded; only the manifest is kept. - [Billing integration](https://agentlas.cloud/docs/integrations/billing-integration): Hosted checkout, signed webhooks, server-side entitlement. ## Your stuff - [Account and library](https://agentlas.cloud/docs/your-stuff/account): Drafts, imports, published profiles. - [Agent Cargo](https://agentlas.cloud/docs/your-stuff/agent-cargo): The library shelf for every generated, imported, and published agent. - [Plans and credits](https://agentlas.cloud/docs/your-stuff/credits): Free, Pro, Max plans. Paid tools unlock from server-side entitlement. ## Tips - [Good prompts that age well](https://agentlas.cloud/docs/tips/good-prompts): Five-line template for stable agent generation. - [Pick fewer tools, not more](https://agentlas.cloud/docs/tips/fewer-tools): Most workers only need 1-3 tools. - [Reuse a published scan](https://agentlas.cloud/docs/tips/remix): Remix a public profile into your own editable draft. ## Legal - [Terms of service](https://agentlas.cloud/docs/legal/terms) - [Privacy policy](https://agentlas.cloud/docs/legal/privacy) ## Optional - [Pricing](https://agentlas.cloud/pricing): Free, Pro, Max comparison. - [Templates gallery](https://agentlas.cloud/templates): 16 workflow templates ranked by popularity. - [Public agent directory](https://agentlas.cloud/audit): Search published agents by source, risk, assets. - [Changelog v0.2](https://agentlas.cloud/docs/changelog/v0-2-create-studio): Recent feature releases. - [llms-full.txt](https://agentlas.cloud/llms-full.txt): Full prose context for AI assistants.