Objects are the schema layer of Supersonic. Every entity in your CRM (companies, contacts, deals, projects) is an object type with configurable fields.Documentation Index
Fetch the complete documentation index at: https://docs.supersonic.cv/llms.txt
Use this file to discover all available pages before exploring further.
Tools
| Tool | Description | Key Params |
|---|---|---|
objects.list | List all object types in the workspace | — |
objects.get | Get a single object type by slug | slug |
objects.create | Create a new object type | name, slug, icon |
objects.update | Update an object type’s name or settings | slug, name, icon |
objects.add_field | Add a field to an object type | slug, name, field_type, config |
objects.update_field | Update a field’s name, type, or config | slug, field_id, name, config |
objects.remove_field | Remove a field from an object type | slug, field_id |
Field Types
text number decimal currency date datetime boolean email url phone select multi_select relation