Developer Tools10 toolsPaste one API key
Flotiq integration for AI agents
Flotiq is an API-first headless content management system for defining content types, managing and publishing content, searching data, and handling media.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Flotiq once and call the same tools from all of them.
Setup
Connect Flotiq through ClawLink's hosted setup.
- Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
Flotiq exposes 10 tools through ClawLink. The 9 most used are listed here; your agent sees all of them.
| Tool | What it does | Kind |
|---|---|---|
flotiq_get_content_object | Get one object by content type and ID, optionally expanding its relationships | Read |
flotiq_get_content_type | Get one content type definition, including its field schema and metadata configuration | Read |
flotiq_list_content_objects | List and filter objects from one Flotiq content type while preserving its dynamic fields | Read |
flotiq_list_content_types | List the content type definitions visible to the connected Flotiq account, including internal | Read |
flotiq_search_content | Full-text search across content objects visible to the API key, optionally restricted to | Read |
flotiq_batch_upsert_content_objects | Create or update up to 100 objects of one Flotiq content type in a batch, returning success and | Read |
flotiq_create_content_object | Create one object that conforms to a Flotiq content type definition | Write |
flotiq_set_content_object_publication | Publish a Draft & Public content object or return it to draft; this changes what public | Write |
flotiq_update_content_object | Partially update selected fields of one existing Flotiq content object | Write |