agentuity-cli-cloud-env-list
List all environment variables. Requires authentication. Use for Agentuity cloud platform operations
SKILL.md
| Name | agentuity-cli-cloud-env-list |
| Description | List all environment variables. Requires authentication. Use for Agentuity cloud platform operations |
<a href="https://github.com/agentuity/examples"><img alt="GitHub Repo" src="https://img.shields.io/badge/GitHub-Examples-blue"></a> <a href="https://github.com/agentuity/examples/blob/main/LICENSE.md"><img alt="License" src="https://badgen.now.sh/badge/license/Apache-2.0"></a> <a href="https://discord.gg/agentuity"><img alt="Join the community on Discord" src="https://img.shields.io/discord/1332974865371758646.svg?style=flat"></a>
</div> </div>Agentuity Examples
Examples for building agents with the Agentuity SDK.
Examples
| Folder | Purpose |
|---|---|
training/ | Learn Agentuity step by step |
existing-apps/ | Add Agentuity agents to an existing app (e.g., Next.js, TanStack Start) |
integrations/ | Use Agentuity with another library, framework, or SDK |
features/ | See what the platform can do |
training/
| Example | Description |
|---|---|
| 01-hello-world | Your first agent |
| 02-weather-agent | External API integration |
| 03-concierge | Multi-agent orchestration |
| 04-storage-types | Key-value, object store, vector search |
| 05-deep-research | Complex agent workflows |
existing-apps/
| Example | Framework | Description |
|---|---|---|
| nextjs | Next.js App Router | Brownfield translate/history + evals with rewrite or baseUrl modes |
| tanstack-start | TanStack Start | Brownfield translate/history + evals with proxy or baseUrl modes |
| turborepo | Turborepo | Monorepo with shared schemas |
integrations/
| Integration | Description |
|---|---|
| mastra | Memory, tools, approvals, and network patterns |
| langchain | Dynamic models/tools, prompts, streaming, structured output |
| openai | OpenAI Agents SDK handoffs, tool calling, streaming, context |
| chat-sdk | Multi-platform chatbot (Slack, Discord) with conversation memory |
| claude-code | Claude Agent SDK chat interface with sandboxed code execution |
features/
| Example | Description |
|---|---|
| code-runner | Parallel sandbox execution + evals |
| scheduled-digest | Cron jobs + KV storage + durable streams |
| web-explorer | Interactive sandbox + browser automation |
| opencode-assistant | Ask questions about any GitHub repo via OpenCode |
Getting Started
# Clone this repo
git clone https://github.com/agentuity/examples
cd examples
# Pick an example (e.g., training/01-hello-world, integrations/mastra/agent-memory)
cd training/01-hello-world
# Install and run
bun install
bun run dev
New to Agentuity? Try the SDK Explorer in the docs to learn key features and services with interactive examples. Or, start with training/01-hello-world for a more structured, course-like walkthrough.
Contributing
Contributions are welcome! If you have an example you'd like to add, please submit a pull request.
License
See the LICENSE file for details.