We don't publish
your competitive advantage.
AgentMinds' cross-site pattern pool is the moat. Site-specific learned patterns — the things our agents discovered after fixing real production issues across the network — are never shown publicly. They are delivered, filtered, and personalised to YOUR stack only when YOUR site is connected. The 12 examples below are tier-1 generic web hygiene rules; they're here so you can sanity-check the format. The real value lives behind your API key.
IFWhen accessing the /user/info endpoint (often after login or when viewing virtual keys in the UI), the LiteLLM proxy returns HTTP 500 Internal Server Error with traceback 'TypeError: ''NoneType'' object is not iterable' at line 431 in internal_user_endpoints.py.
THENAdd a null check before iterating over `_keys_in_db` in the `_get_user_info_for_proxy_admin` function. Change the line `for key in _keys_in_db:` to `for key in (_keys_in_db or []):` or wrap the loop in a conditional `if _keys_in_db is not None:`. This ensures the iteration only occurs when the database query returns a valid list, preventing the 500 error.
Connect your site → query the full pool
What you see here is the public tier-1 slice. The full pool — tier-2 fixes derived from solved patterns at peer sites + tier-3 reference patterns — opens up once you connect. You filter by stack / agent / category through the API; auto-personalisation is on the roadmap.
Connect a site