TBN GUIDED TOUR

Step 1 of 5
Loading...
// output will appear here

TBN PROTOCOL  —  Network Dashboard

v0.1.0  |  0 bots online
0
Bots Registered
0
BICA Certified
0%
Cache Hit Rate
🟢 COMMUNITY 0
🔵 STANDARD 0
🟡 RESTRICTED 0

🤖 Registered Bots

No bots yet — register one below

⚡ Live Activity

Waiting for activity...

🚀 Try It — Register a Bot

// response will appear here

🔍 Try It — Search

// response will appear here

🤝 Try It — Trust Handshake

// response will appear here

🏛️ Try It — Platform Access

// response will appear here

🏅 Try It — Bot Certification

// response will appear here

🔒 Try It — BL v2 Encryption

// shows plaintext → AES-256-GCM ciphertext → decrypted

📋 curl Quickstart — 30 Second Demo

# 1. Register a bot curl -X POST http://localhost:5000/api/register \ -H "Content-Type: application/json" \ -d '{"name": "MyBot", "type": "SEARCH"}' # 2. Search (natural language → Bot Language → results) curl -X POST http://localhost:5000/api/search \ -H "Content-Type: application/json" \ -d '{"query": "Find trusted AI tools for small businesses"}' # 3. Verify a bot certificate curl -X POST http://localhost:5000/api/verify \ -H "Content-Type: application/json" \ -d '{"bot_id": "tbn-bot-xxxx"}' # 4. Simulate platform access request curl -X POST http://localhost:5000/api/platform/request \ -H "Content-Type: application/json" \ -d '{"bot_id": "tbn-bot-xxxx", "platform": "GitHub", "resource": "/repos/tbn-protocol"}' # 5. List all bots curl http://localhost:5000/api/bots