MCP & AI Agent Integration

Float
automation.

22 AI agent actions for Float — callable from any MCP-compatible runtime, Claude, Cursor, or Cerebral OS workflow. Use Float to log time, track project hours, and generate utilization reports automatically. Full governance, audit trail, and dry-run safety on every execution.

No credit card required
Live in production environments
<200ms median execution
Dry-run before production
Execution trace
live
22
actions
100%
governed
<200ms
latency
22
AI agent actions
9
Read operations
13
Write operations
4
High-risk actions (approval gated)
Time Tracking Float is a Time Tracking integration — use it to automate time tracking, project hours, and team utilization from any AI agent or MCP-compatible runtime.
Actions

What you can do
with Float.

Every action below is available as an MCP tool and a verb in Cerebral OS — callable from any AI agent, Claude, Cursor, Windsurf, or your own runtime via the BYOA API. All executions are governed, audited, and dry-run safe.

Get Person
float:get_person
Fetch a single person by ID with their details and current assignments.
Read Low risk
Get Project
float:get_project
Fetch a single project by ID with details and current status.
Read Low risk
Get Task
float:get_task
Fetch a single task by ID with assignment and project details.
Read Low risk
Get Time Entry
float:get_time_entry
Fetch a single time entry by ID with task and project details.
Read Low risk
List Clients
float:list_clients
List clients with optional search filtering.
Read Low risk
List People
float:list_people
List people with optional filtering by active status, department, or search term.
Read Low risk
List Projects
float:list_projects
List projects with optional filtering by status, client, manager, or search term.
Read Low risk
List Tasks
float:list_tasks
List tasks with optional filtering by project, person, date range, or billable status.
Read Low risk
List Time Entries
float:list_time_entries
List time entries with optional filtering by project, person, task, date range, or billable status.
Read Low risk
Create Client
float:create_client
Create a new client in Float.
Write Medium risk
Create Person
float:create_person
Create a new person in Float with basic details and work schedule.
Write Medium risk
Create Project
float:create_project
Create a new project in Float with budget and timeline details.
Write Medium risk
Create Task
float:create_task
Create a new task assignment in Float with schedule and billing details.
Write Medium risk
Create Time Entry
float:create_time_entry
Create a new time entry for a task with hours and billing details.
Write Medium risk
Delete Person
float:delete_person
Delete a person from Float. WARNING: This action cannot be undone.
Write High risk
Delete Project
float:delete_project
Delete a project from Float. WARNING: This action cannot be undone and will remove all associated tasks.
Write High risk
Delete Task
float:delete_task
Delete a task from Float. WARNING: This action cannot be undone.
Write High risk
Delete Time Entry
float:delete_time_entry
Delete a time entry from Float. WARNING: This action cannot be undone.
Write High risk
Update Person
float:update_person
Update an existing person's details and work schedule.
Write Medium risk
Update Project
float:update_project
Update an existing project's details, budget, and timeline.
Write Medium risk
Update Task
float:update_task
Update an existing task's assignment, schedule, and billing details.
Write Medium risk
Update Time Entry
float:update_time_entry
Update an existing time entry's hours, date, or billing details.
Write Medium risk
MCP & Runtime API

Call Float
from any AI agent.

Any AI agent — Claude, Cursor, LangChain, AutoGen, or your own — can call Float actions through the Cerebral OS Runtime API. Governance, credentials, and audit trail fire automatically.

float:get_person READ
# Call via Runtime API
curl
-X POST \
  "https://api.cerebralos.com/v1/runtime/actions/run"
  -H "X-API-Key: YOUR_KEY" \
  -d '{
    "verb": "float:get_person",
    "args": {},
    "execution_id": "agent-001"
  }'
float:create_client WRITE
# Dry-run first — no production risk
curl
-X POST \
  "https://api.cerebralos.com/v1/runtime/actions/run"
  -H "X-API-Key: YOUR_KEY" \
  -d '{
    "verb": "float:create_client",
    "args": {},
    "execution_id": "agent-001",
    "metadata": {"dryRun": true}
  }'
Get your Runtime API key at app.cerebralos.com/signup — 1,000 free executions, no credit card required.
AI agent examples

What your AI agent
can do with Float.

Real patterns your AI agent can execute via MCP or the Runtime API. Every action governed, dry-run safe, and fully audited.

Trigger
AI agent needs Float data
Call float:get_person via MCP or Runtime API
AI processes result and takes next action
Full execution logged to audit trail automatically
Trigger
Workflow needs to write to Float
Dry-run validates float:create_client before execution
Approval gate fires if risk level is high
Action executes with full governance — logged, audited, reversible
Trigger
Event in Float
Process with AI agent
Take governed action
Log to audit trail
How it works

Every Float action
governed end-to-end.

Cerebral OS isn't a connector. It's the execution layer that sits in front of Float — adding governance, dry-run safety, and a full audit trail to every operation.

Governance first
Every verb carries a risk classification. High-risk writes require explicit approval gates before they execute in production.
Dry-run safe
Simulate any Float action before it touches production. See exactly what would happen before a single real call is made.
Immutable audit trail
Every Float action is logged — what ran, what changed, who approved it, when it happened. Full history on every verb, forever.
Connect with

Float works best
alongside these.

Build multi-step workflows that connect Float to the rest of your stack. All governed. All audited.

Float integration

Start free.
No credit card required.

Start free with 1,000 runs — no credit card required. Connect Float in minutes, dry-run every action before it touches production, full audit trail on everything.

Start free — 1,000 runs Browse all integrations →