Test console for the Manticore-backed search API. All calls are same-origin under /api.
Paste a Bearer JWT. Creating/deleting indexes needs manage-index; listing needs list-index; indexing/updating/deleting documents needs update-index; searching needs search. (Admin has all; Service has all but manage-index; User has search only.)
fields schema (JSON). Leave as-is for a default schema.
Operating on index (none selected). Provide a doc id to upsert/update/delete a specific document; leave id blank to index with an auto id.
If your token carries a userId claim, results are filtered to it (AND-ed with your query, not overridable) โ you only get your own records. Tokens without a userId(admin/service) search across all records.