Flotiq

Flotiq is an API-first headless content management system for defining content types, managing and publishing content, searching data, and handling media.

10 actions Integration catalog
Request access
Connect Flotiq once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Batch Upsert Content ObjectsFLOTIQ_BATCH_UPSERT_CONTENT_OBJECTS
Create or update up to 100 objects of one Flotiq content type in a batch, returning success and error counts plus per-object validation errors. The batch is atomic: if any object fails validation, Flotiq persists none and the tool raises a validation error with the provider's counters and details.
Create Content ObjectFLOTIQ_CREATE_CONTENT_OBJECT
Create one object that conforms to a Flotiq content type definition.
Delete Content ObjectFLOTIQ_DELETE_CONTENT_OBJECT
Soft-delete one Flotiq content object. Flotiq retains deleted objects for 60 days, but restoration requires Flotiq support.
Get Content ObjectFLOTIQ_GET_CONTENT_OBJECT
Get one object by content type and ID, optionally expanding its relationships.
Get Content TypeFLOTIQ_GET_CONTENT_TYPE
Get one content type definition, including its field schema and metadata configuration.
List Content ObjectsFLOTIQ_LIST_CONTENT_OBJECTS
List and filter objects from one Flotiq content type while preserving its dynamic fields.
List Content TypesFLOTIQ_LIST_CONTENT_TYPES
List the content type definitions visible to the connected Flotiq account, including internal types.
Search ContentFLOTIQ_SEARCH_CONTENT
Full-text search across content objects visible to the API key, optionally restricted to content types, with configurable matching, ordering, relationship expansion, and pagination.
Set Content PublicationFLOTIQ_SET_CONTENT_OBJECT_PUBLICATION
Publish a Draft & Public content object or return it to draft; this changes what public consumers can see.
Update Content ObjectFLOTIQ_UPDATE_CONTENT_OBJECT
Partially update selected fields of one existing Flotiq content object.