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.
Create Book
timetonic:create_book
Create a new book (database) in Timetonic.
Write
Medium risk
Create Row
timetonic:create_row
Create a new row in a table with the specified data.
Write
Medium risk
Create Table
timetonic:create_table
Create a new table within a book with optional column definitions.
Write
Medium risk
Delete Book
timetonic:delete_book
Permanently delete a book and all its data. THIS CANNOT BE UNDONE.
Write
High risk
Delete Row
timetonic:delete_row
Permanently delete a row. THIS CANNOT BE UNDONE.
Write
High risk
Delete Table
timetonic:delete_table
Permanently delete a table and all its data. THIS CANNOT BE UNDONE.
Write
High risk
Duplicate Book
timetonic:duplicate_book
Create a duplicate of an existing book with optional data inclusion.
Write
Medium risk
Get Book
timetonic:get_book
Fetch a single book (database) by ID with its metadata and structure.
Read
Low risk
Get Row
timetonic:get_row
Fetch a single row by ID with all its field values.
Read
Low risk
Get Table
timetonic:get_table
Fetch a single table by ID with its structure and column definitions.
Read
Low risk
Get Team
timetonic:get_team
Fetch a team's information by ID with optional member list.
Read
Low risk
Get User
timetonic:get_user
Fetch a user's profile information by ID.
Read
Low risk
List Books
timetonic:list_books
List books with optional filtering and pagination.
Read
Low risk
List Rows
timetonic:list_rows
List rows from a table with filtering, sorting, and pagination.
Read
Low risk
List Tables
timetonic:list_tables
List tables within a specific book with optional filtering.
Read
Low risk
List Teams
timetonic:list_teams
List teams the user has access to with optional filtering.
Read
Low risk
List Users
timetonic:list_users
List users with optional filtering and pagination.
Read
Low risk
Search Rows
timetonic:search_rows
Search for rows across books and tables using full-text search.
Read
Low risk
Share Book
timetonic:share_book
Share a book with another user by email address.
Write
Medium risk
Update Book
timetonic:update_book
Update an existing book's properties.
Write
Medium risk
Update Row
timetonic:update_row
Update an existing row with new data values.
Write
Medium risk
Update Table
timetonic:update_table
Update an existing table's properties.
Write
Medium risk