Persist entities
Use the v1 entity endpoint to save JSON or EDN records with stable ids and flexible attributes.
Persist JSON or EDN records, query them safely, and inspect the shape of your data as your product evolves.
Ship Deploy gives developers a simple place to save entities while features, workflows, and data structures are still moving.
Store records with an id, type, and flexible data map; retrieve them through bounded query endpoints; and use schema helpers to see what patterns are emerging.
Use the v1 entity endpoint to save JSON or EDN records with stable ids and flexible attributes.
Find records by id, type, or attributes with pagination and predictable sorting built in.
Generate schema hints from a single object or sample stored entities to compare common and exceptional fields.
The API stays intentionally small: write data, read it back through common queries, and understand the structure forming inside your records.
Persist an entity with id, type, and flexible data.
List entities of a type using bounded pagination and sorting.
Find records whose data contains a supplied attribute map.
Sample stored entities and report common fields plus exceptions.
JSON for broad clients. EDN for Clojure-native workflows.
Standard endpoints keep reads paginated, bounded, and predictable.
Use real records to understand which fields are stable and which are still changing.