Skip to content

agent37-platform/examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Agent37 examples

Runnable example apps built on the Agent37 Agents API. Each example is a self-contained folder: put your API key in .env, run it, and you have a working app.

Before you start

  1. Mint an API key at agent37.com/dashboard/cloud/api-keys.
  2. Add at least $10 to your wallet at agent37.com/dashboard/cloud/billing. The smallest instance costs $4.94 per month, billed a day at a time, and the rest covers managed LLM usage.

Examples

Example What it shows
bruno Click through the raw API in Bruno, no code: create an instance, chat with it, continue the thread, delete. The fastest way to see the API end to end.
hermes-chat A streaming chat app on a Hermes agent instance: create and manage instances, stream replies token by token, sessions, cancel.

Building a full app?

These examples are small, single-purpose teaching apps. If you want a complete application to fork and rebrand — a multi-tenant dashboard with sign-in, workspaces, and per-user agents — start from the Agent37 white-label template and click Use this template.

Building your own

The full API reference lives at agent37.com/docs. If you are using a coding agent (Claude Code, Codex, Cursor), point it at agent37.com/docs/llms-full.txt and it can build against the current spec directly.

About

Runnable example apps for the Agent37 Agents API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors