Pan remembers your name, tracks your conversations, learns from you, and now offers a full REST API — all for free.
Most chatbots forget you the moment you close the tab. Pan is different.
Just say "my name is Alex" and Pan will greet you by name in every conversation — across refreshes and new sessions. No setup needed.
Pan tracks the full flow of your conversation. Ask a follow-up and it knows exactly what you're referring to — no need to repeat yourself.
Use /remember to pin anything — a fact, preference, or task. Pan surfaces it when relevant and never forgets it.
Ask Pan to search the web or summarise any URL with /search and /web. Real-time answers, right in the chat.
Type /calc 15% of 340 or any expression. Pan handles arithmetic, percentages, roots, and more instantly.
Use /time Sudbury to get the current time in any city — including 500+ cities and a live web-search fallback for anywhere else.
Use /learn Question | Answer to add your own Q&A pairs. Pan auto-promotes frequently asked questions to its knowledge base.
Pan tracks the emotional tone of your conversation using VAD (Valence, Arousal, Dominance) analysis and adapts its responses accordingly.
Fully responsive design with a slide-in sidebar, hamburger menu, and mobile-optimised input. Pan works great on any device.
Press the up arrow to cycle through your last 10 messages — just like a terminal. Never retype the same command twice.
Integrate Pan into your own apps. Authenticate once with a Bearer token, then send messages, manage memory, and query mood via JSON API.
Conversations protected with AES-256-CBC encryption and HMAC-SHA256 integrity checks. Your data stays yours.
No downloads, no configuration, no credit card. Just sign up and start talking.
Sign up with your email in under 30 seconds. Completely free, no credit card.
Say hello, introduce yourself, ask anything. Pan is ready immediately.
Your name, your topics, your preferences — Pan builds a picture over time.
Ready to integrate? Log in → get your Bearer token → start building in minutes.
Integrate Pan into any app. Authenticate once, then chat, search, calculate, and manage memory — all via JSON.
api.php?action=...auth/login to receive a Bearer token.
Include it as Authorization: Bearer <token> on every subsequent request.
Tokens don't expire unless revoked.
# Login to get your Bearer token curl -X POST \ "https://pan.inteljunky.com/api.php?action=auth/login" \ -H "Content-Type: application/json" \ -d '{"email":"you@email.com", "password":"yourpassword"}' # Response: { "ok": true, "token": "a1b2c3d4e5f6...", "token_type": "Bearer" }
# Send a message and get a response curl -X POST \ "https://pan.inteljunky.com/api.php?action=chat" \ -H "Authorization: Bearer a1b2c3d4e5f6..." \ -H "Content-Type: application/json" \ -d '{"query":"What time is it in Tokyo?"}' # Response: { "ok": true, "response": "🕐 Time in Tokyo: 4:30 AM\n📅 Thursday...", "convo_id": 42 }
# Get time in a city GET api.php?action=time&city=Sudbury &token=a1b2c3d4e5f6... # Calculate an expression GET api.php?action=calc&expr=15%25+of+340 &token=a1b2c3d4e5f6... # Search the web GET api.php?action=search&q=latest+AI+news &token=a1b2c3d4e5f6...
Type /help in the chat to see them all. Here are some favourites:
/rememberPin anything to memory for later/forgetRemove a specific memory pin/memoriesList everything Pan remembers/historyShow your last 5 conversation turns/moodVAD emotional tone with visual bars/contextFull session snapshot — what Pan knows/whoamiWhat Pan knows specifically about you/searchSearch the web from the chat/webFetch and summarise any URL/calcCalculate any math expression/timeCurrent time in any city worldwide/defineLook up any word definition/learnTeach Pan a custom Q&A pair/topicSee the inferred conversation topic/clearClear all memory pins/helpShow all available commandsPan is actively developed. Here's a running log of every meaningful update.
api.php with Bearer token auth, 14 endpoints covering chat, memory, mood, search, time, and moreconvo_id=0) and persist across all conversations/mood/remember, /forget, /memories, /clear commands/help, /search, /calc, /time, /define, /learnFree forever. No credit card. Start your first conversation in seconds.
Create Your Free Account →