I couldn't see anything in the documentation about whether or not it's allowed to permanently store the results coming back from search. Presumably this is using Brave under the hood, same as Claude's search feature via the Anthropic apps?
Given the context/use of encrypted_index and encrypted_context, I suspect search results are temporarily cached.
Google Gemini has some: https://ai.google.dev/gemini-api/docs/grounding/search-sugge...
OpenAI has some rules too: https://platform.openai.com/docs/guides/tools-web-search#out...
> "When displaying web results or information contained in web results to end users, inline citations must be made clearly visible and clickable in your user interface."
I'm used to search APIs coming with BIG sets of rules on how you can use the results. I'd be surprised but happy if Anthropic didn't have any.
The Brave Search API is a great example of this: https://brave.com/search/api/
They have a special, much more expensive tier called "Data w/ storage rights" which is $45 CPM, compared to $5 CPM for the tier that doesn't include those storage rights.