Productivity12 toolsPaste one API key
Inistate integration for AI agents
Inistate is a workspace platform for building workflow and record-management applications, configuring modules, managing entries and activities, auditing changes, and handling files.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Inistate once and call the same tools from all of them.
Setup
Connect Inistate 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
Inistate exposes 12 tools through ClawLink.
| Tool | What it does | Kind |
|---|---|---|
inistate_get_activity_form | Get the required fields, current values, options, defaults, and confidence threshold for a | Read |
inistate_get_entry | Get one module record by ID, including its current values, state, audit metadata, and available | Read |
inistate_get_entry_history | Return one chronological 50-item page of a record's audit trail, comments, field changes, and | Read |
inistate_get_module_schema | Get a module's fields and states, optionally including its activities and flows, before | Read |
inistate_list_entries | Return one page of records from a module using a saved listing, field filters, search, sorting | Read |
inistate_list_modules | List modules available in a workspace so their exact names can be used in schema and record | Read |
inistate_list_workspaces | List workspaces accessible to the connected API key, optionally filtering by workspace name | Read |
inistate_bulk_change_entry_states | Request state transitions for 1-100 entries in one module | Read |
inistate_bulk_update_entries | Update fields on 1-100 entries in one module | Read |
inistate_change_entry_state | Request a state transition for one module record; low confidence can flag the result and | Read |
inistate_create_entry | Create one record in a module through its create activity and return whether low confidence | Write |
inistate_update_entry | Update fields on one existing module record through its edit activity and return whether low | Write |