Connect Procfu to AI agents

Connect Procfu to Claude, Codex, Cursor, or other AI agents for your entire team. Metorial security, governance, observability, and gives your team a unified Magic MCP url to connect.

Supported Tools

run_procscript

Run ProcScript

Execute a ProcScript by name. ProcScripts are custom scripts written in the ProcFu editor. Pass an optional JSON payload that becomes available in the script as the `payload` variable. Can run synchronously (waits for result) or in the background (fire-and-forget).

podio_raw_api_call

Podio Raw API Call

Make a raw HTTP request to any Podio API endpoint through ProcFu's authenticated connection. Use this for advanced operations not covered by other tools. ProcFu handles the Podio OAuth automatically.

update_podio_item

Update Podio Item

Update fields on an existing Podio item. Provide field values as a JSON object using external_id:value pairs (e.g. `{"title":"Updated Title","status":"Closed"}`). Only the specified fields are updated; other fields remain unchanged.

delete_podio_item

Delete Podio Item

Permanently delete a Podio item by its ID. This action cannot be undone.

manage_podio_comment

Manage Podio Comment

Create, read, or delete comments on Podio items. - **create**: Add a comment to a Podio item with optional hook and silent flags. - **get**: Retrieve a comment's full payload by comment ID. - **delete**: Remove a comment by its ID.

manage_variables

Manage Variables

Get, set, list, or increment ProcFu global variables. Variables persist across script executions and can store up to 64KB of data. - **get**: Retrieve a variable by name. - **set**: Store a value under a variable name. - **list**: List all stored variable names. - **increment**: Atomically increment a numeric variable.

filter_podio_items

Filter Podio Items

Filter items in a Podio app using the Podio filter API format. Supports complex filter criteria with field IDs and filter values. This is more powerful than search for building precise queries with multiple conditions. Follows the [Podio filter API](https://developers.podio.com/doc/items/filter-items-4496747) specification.

create_podio_item

Create Podio Item

Create a new item in a Podio app. Provide field values as a JSON object using external_id:value pairs (e.g. `{"title":"My Item","status":"Open"}`). Optionally control whether Podio hooks and notifications are triggered.

query_mysql

Query MySQL

Execute a MySQL query through ProcFu's connected MySQL database. Supports parameterized queries with `?` placeholders. - **query**: Returns a single result row. - **array**: Returns multiple result rows. - **command**: Executes a non-SELECT statement (INSERT, UPDATE, DELETE, etc.). Optionally specify a connection name if multiple MySQL databases are configured.

trigger_pwa_flow

Trigger PWA Flow

Trigger a manual Podio Workflow Automation (PWA/GlobiFlow) flow on a specific Podio item. Requires the flow ID, item ID, and the webhook c/p values found in your app's webhook configuration.

search_podio_items

Search Podio Items

Search for items in a Podio app by matching a field value. Supports exact match or contains condition. Returns up to 20 matching items. Use simplified mode to get compact contact/field values.

get_podio_app_info

Get Podio App Info

Retrieve information about Podio apps. Can fetch: - A single app's full payload by app ID. - All apps in a workspace by space ID. - Category field values for a specific app field. - Recent activity (recently modified item IDs) for an app.

send_oauth_api_request

Send OAuth API Request

Make an authenticated API request through a ProcFu-managed OAuth service. ProcFu handles the OAuth token lifecycle automatically. The service must be previously configured in your ProcFu account settings.

get_podio_item

Get Podio Item

Retrieve a Podio item by its ID. Returns simplified field values by default, or the full raw Podio payload if requested. Use this to fetch item data for processing, display, or further automation.

More integrations teams use with Procfu

Linear

Create, read, update, and delete issues across teams with support for priorities, labels, assignees, due dates, and workflow states. Manage projects that group related issues, and organize work into time-boxed cycles (sprints). Create and manage documents, comments, and file attachments. Search issues using vector similarity or rich filters. Configure teams, workflow states, and labels. Track customers and link them to issues. Subscribe to real-time webhooks for changes to issues, projects, cycles, comments, documents, and more.

GitHub

Manage repositories, issues, and pull requests. Create and configure branches, star repositories, review code, and merge changes. Automate CI/CD workflows with GitHub Actions, manage workflow runs, secrets, and artifacts. Track issues with labels, milestones, and assignees. Search across code, repositories, issues, and users. Manage organizations, teams, and memberships. Create and manage projects, gists, packages, deployments, and environments. Access security alerts including code scanning, secret scanning, and Dependabot alerts. Read and write file contents in repositories. Manage webhooks, notifications, and codespaces.

Sharepoint

Manage SharePoint sites, document libraries, lists, and files. Create, read, update, and delete lists and list items with custom columns. Upload, download, move, copy, and version files in document libraries. Search across sites, files, folders, lists, and list items using Microsoft Search. Manage permissions at site, list, and item levels with granular access control. Define and manage content types and site columns. Subscribe to webhooks for list and library change notifications. Retrieve site properties and search for sites across Microsoft 365.

Salesforce

Manage CRM data including Accounts, Contacts, Leads, Opportunities, Cases, and custom objects. Create, read, update, and delete records. Query data using SOQL and search across objects using SOSL. Perform bulk data operations for large-scale imports, exports, and migrations. Execute composite requests to batch multiple operations in a single API call. Access analytics, reports, and dashboards. Manage files and attachments associated with records. Interact with Chatter feeds, posts, and groups for social collaboration. Subscribe to real-time change events via Change Data Capture and Platform Events. Manage org metadata including custom objects, fields, layouts, and workflows. Query data using GraphQL for precise data retrieval across related objects.

Microsoft Outlook

Send, read, reply to, forward, and manage email messages in user mailboxes. Organize messages into folders, apply categories, flags, and importance levels. Manage file and item attachments. Create, update, delete, and respond to calendar events and meetings. Find available meeting times, manage attendees, handle recurrence, and work with shared or delegated calendars. Create, read, update, and delete contacts, organize them into contact folders, and manage contact photos. Manage tasks and task lists via Microsoft To Do, including due dates, reminders, recurrence, and checklist items. Subscribe to webhook notifications for changes to messages, calendar events, and contacts. Support for Focused Inbox, @-mentions, mail tips, send-on-behalf, and send-as capabilities.

Airtable

Create, read, update, and delete records in Airtable bases and tables. Manage base schemas including creating tables and fields. Filter records using formulas, sort by fields, and scope queries to specific views. Upsert records to find, create, or update in a single call. Upload attachments to records, read and write record comments, list accessible bases, and receive real-time base change events through webhooks.

Technical notes for Procfu

Enhance and automate Citrix Podio workflows through ProcFu's comprehensive Functions API. Create, read, update, and delete Podio items, manage workspace members, trigger Podio Workflow Automation (PWA) flows, and filter or search items across apps and views. Execute custom ProcScript code for complex logic, schedule scripts, and call them from external systems. Query MySQL databases, sync Podio data to MySQL, and perform S3/FTP file storage operations. Integrate with third-party OAuth2 services, managing token lifecycles and authenticated API requests. Interact with Tape, InfoLobby, and Notion APIs. Build point-and-click web apps (portals, dashboards) backed by Podio data. Leverage ChatGPT AI for drafting, classification, and reasoning within workflows. Perform data utilities including JSON manipulation, Base64 encoding, markdown-to-HTML conversion, and XML-to-JSON conversion. Deploy and manage App Packs and flows across multiple Podio workspaces.

Connect Procfu to production AI agents

See how Metorial gives Procfu access the governance, tracing, and security controls teams need.

Frequently asked questions

Common questions about connecting Procfu to AI agents with Metorial.

  1. Can Metorial connect Procfu to AI agents?
    Yes. Metorial connects AI agents to Procfu through a governed integration layer, so teams can use the provider while keeping access controlled and observable.
  2. Metorial is MCP compatible and lets teams expose approved provider tools to MCP-capable agents and clients through a controlled access layer.
  3. Metorial applies policies across users, groups, providers, agents, and individual tools, then records the context around every agent interaction.
  4. Yes. Metorial records provider activity so teams can inspect tool calls, troubleshoot integrations, and give security teams the visibility they need.