Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Add Object
algolia:add_object
Add a new object to an Algolia index. The object will be searchable after indexing.
Write
Medium risk
Batch Objects
algolia:batch_objects
Perform multiple operations on objects in a single batch request for better performance.
Write
Medium risk
Clear Index
algolia:clear_index
Remove all objects from an Algolia index while keeping the index and its settings.
Write
Medium risk
Create Index
algolia:create_index
Create a new empty Algolia index. The index will be created when you add the first record.
Write
Medium risk
Delete Index
algolia:delete_index
Permanently delete an Algolia index and all its data. This action cannot be undone.
Write
High risk
Delete Object
algolia:delete_object
Delete a specific object from an Algolia index. This action cannot be undone.
Write
High risk
Get Index
algolia:get_index
Get information about a specific Algolia index including settings and statistics.
Read
Low risk
Get Object
algolia:get_object
Retrieve a specific object from an Algolia index by its objectID.
Read
Low risk
Get Settings
algolia:get_settings
Retrieve the current settings configuration for an Algolia index.
Read
Low risk
List Indexes
algolia:list_indexes
List all indexes in your Algolia application with their basic information.
Read
Low risk
Search
algolia:search
Search for records in an Algolia index with optional filtering and pagination.
Write
Low risk
Update Object
algolia:update_object
Update an existing object in an Algolia index. Only provided fields will be updated.
Write
Medium risk
Update Settings
algolia:update_settings
Update the settings configuration for an Algolia index.
Write
Medium risk