May 15th, 2025

🚀 API is Back, Chat Generator Launch, Marketplace Upgrades & More!

✨ New Features

  • 🔑 API is Back!
    You asked for it. You can now call your Chipp app programmatically using your API key (find it in the Share tab)! The key is hidden by default—just click to copy when you need it.
    Example usage:

    curl -X POST "https://app.chipp.ai/api/v1/chat/completions" \
      -H "Authorization: Bearer YOUR_API_KEY" \
      -H "Content-Type: application/json" \
      -d '{
            "model": "your-model-id",
            "messages": [
              { "role": "user", "content": "Hello! How are you?" }
            ],
            "stream": false
          }'
    

    Perfect for integrating your Chipp agent into your own apps, websites, or workflows.

  • Chat Generator
    Instantly create an AI agent trained on your website! Just enter your site in the Generator menu and let Chipp do the rest. This is a brand new feature—try it out and let us know what you think!

  • 🏷️ Marketplace Use Cases
    You can now browse marketplace apps by specific use cases like legal, medical, and business. More categories coming soon—contact us if you want to see your industry featured!


🛠️ Improvements

  • 🛒 Marketplace Fixes
    Marketplace app links now work correctly—no more broken or incorrect links. You can now chat directly with apps right from the marketplace.

  • 🔒 Security Improvements
    We proactively patched a few security issues found in a recent pen test. No incidents occurred, but your safety is our top priority.

  • ⚙️ Caching Issue Fixed
    Fixed a bug where new custom capabilities weren’t detected by the AI until the system prompt changed. Your updates should now be recognized instantly.

  • 📚 Help Center Refresh
    Our Help Center got a makeover! The Chipp Academy is now easy to access, and all outdated docs have been removed.

  • 🔗 Share Link Fixes
    A few random share links were broken—these are now fixed and working as expected.


🗑️ Deprecations

  • 💤 No major deprecations this week!
    (If you spot anything missing or want to suggest a feature to retire, let us know on the feedback board.)


As always, we love your feedback. Try out the new features and let us know what you think.
Keep building, keep sharing, and let’s make AI work for everyone!

— The Chipp Team