agentuity-cli-auth-ssh-list
List all SSH keys on your account. Requires authentication. Use for managing authentication credentials
SKILL.md
| Name | agentuity-cli-auth-ssh-list |
| Description | List all SSH keys on your account. Requires authentication. Use for managing authentication credentials |
<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 |
|---|---|
| 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 |
features/
| Example | Description |
|---|---|
| scheduled-digest | Cron jobs + KV storage + durable streams |
Getting Started
# Clone this repo
git clone https://github.com/agentuity/examples
cd examples
# Pick an example
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.