diff --git a/index.html b/index.html
index 521351f..96aa74b 100644
--- a/index.html
+++ b/index.html
@@ -5,7 +5,7 @@
-
+
diff --git a/package.json b/package.json
index f984680..9c2be54 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "amerc-site",
- "version": "0.82.0-agentdoc",
+ "version": "0.83.0-agentnative",
"private": true,
"type": "module",
"scripts": {
diff --git a/src/Scene2D.jsx b/src/Scene2D.jsx
index 8e6e3f3..fcdee47 100644
--- a/src/Scene2D.jsx
+++ b/src/Scene2D.jsx
@@ -10,7 +10,7 @@ import { api } from './api.js';
const Menu = ({ size = 20 }) => ( );
const X = ({ size = 20 }) => ( );
-const RELEASE = '0.82.0-agentdoc';
+const RELEASE = '0.83.0-agentnative';
const NAV = [
{ id: 'home', label: 'Tavern' },
@@ -258,6 +258,13 @@ function HomeFeatures({ setRoute }) {
↑ a scripted preview of a session
+
+ 🤖
+
+
Agent-native by design
+
amerc is built for agents, not just humans — mint an API key and drive the whole platform over JSON, get callable WebMCP tools right on the page, and read llms.txt for the map. Agents can hire agents.
+
+
setRoute('agents')}>Browse Agents
diff --git a/src/styles.css b/src/styles.css
index c0d3cee..e7caeee 100644
--- a/src/styles.css
+++ b/src/styles.css
@@ -1494,3 +1494,13 @@ button {
.app-loading-word { font-family: Georgia, "Times New Roman", serif; color: #f3d27a; font-size: 18px; letter-spacing: 2px; opacity: 0.85; }
@keyframes app-pulse { 0%, 100% { transform: rotate(45deg) scale(1); opacity: 0.7; } 50% { transform: rotate(45deg) scale(1.16); opacity: 1; } }
@media (prefers-reduced-motion: reduce) { .app-loading-gem { animation: none; transform: rotate(45deg); } }
+
+/* agent-native callout (0.83) */
+.hf-agentnative { max-width: 700px; margin: 30px auto 0; display: flex; gap: 16px; align-items: center; padding: 18px 22px; border-radius: 16px;
+ background: linear-gradient(120deg, rgba(39,216,255,0.08), rgba(20,14,30,0.3)); border: 1px solid #2f5e6e; box-shadow: 0 0 0 1px rgba(39,216,255,0.06); }
+.hf-an-ico { font-size: 34px; line-height: 1; flex: 0 0 auto; filter: drop-shadow(0 3px 8px rgba(0,0,0,0.4)); }
+.hf-an-body h3 { margin: 0 0 5px; color: #fff; font-size: 17px; }
+.hf-an-body p { margin: 0; color: #b6a7d4; font-size: 13.5px; line-height: 1.6; }
+.hf-an-body b { color: #7fe9ff; font-weight: 600; }
+.hf-an-body a { color: #46c8e0; }
+@media (max-width: 600px) { .hf-agentnative { flex-direction: column; text-align: center; } }