List Saved Flows
List saved flows/items in your Gumloop account. Returns flows for a specific user or project.
List Workbooks
List workbooks and their saved flows in your Gumloop account.
Get Run History
Retrieve automation run history for workbooks or saved items. Returns the 10 most recent runs.
Start Flow Run
Start/trigger a flow run via API with optional input parameters.
Get Run Details
Retrieve details of a specific flow run, including state, outputs, and logs. Use for polling completion status.
Get Audit Logs
Retrieve audit logs for an organization within a specified time period. Requires organization admin privileges.
Export Data
Create an organization data export and return a data_export_id to poll with get_export_status. Requires organization admin privileges.
Get Export Status
Poll a data export's status and optionally get a signed download URL for the completed CSV.
Search Documentation
Search Gumloop documentation using semantic and keyword search. Returns relevant documentation content with paths and metadata.
Start Agent
Send a message to a Gumloop agent and start an asynchronous interaction. Returns an interaction_id to poll for results with get_agent_status.
Get Agent Status
Poll the status of an agent interaction started with start_agent. Returns the agent's response when completed.
Ask Gummie
Ask questions and get AI-powered answers from Gumloop documentation. Returns comprehensive answers with citations.
List Agents
List agents in your Gumloop account, with optional search and workspace filtering.
Get Agent
Fetch a single Gumloop agent's configuration by its ID.
Create Agent
Create a new Gumloop agent with a name, model, and optional configuration.
Update Agent
Update an existing Gumloop agent's metadata or configuration.
Attach Agent Skills
Attach one or more existing skills to a Gumloop agent.
Detach Agent Skills
Detach one or more skills from a Gumloop agent.
Attach Agent Mcp Server
Attach an MCP server (connector) to a Gumloop agent, or update its configuration if already attached.
Detach Agent Mcp Server
Detach an MCP server (connector) from a Gumloop agent.
List Models
List the model groups available to Gumloop agents.
Create Agent Session
Start a session on a Gumloop agent and return the completed (non-streamed) response.
Get Session
Fetch the state and result of a Gumloop agent session by ID.
Send Session Message
Send a follow-up message to an existing agent session and return the completed response.
Cancel Session
Cancel an in-progress Gumloop agent session.
List Agent Sessions
List an agent's sessions, with search, filters, sort, and pagination.
List Teams
List the teams (workspaces) the authenticated user belongs to. Returns the team_id to pass as project_id to team-scoped tools.
List Mcp Servers
List the MCP servers connected to your Gumloop account.
Get Mcp Server
Fetch a single connected MCP server's configuration by ID.
List Mcp Server Tools
List the tools exposed by a connected MCP server.
Call Mcp Tool
Execute a single tool on a connected MCP server.
List Skills
List skills in your Gumloop account, with optional search, filtering, and pagination.
Create Skill
Create a skill from one or more files stored in your Gumloop workspace.
Update Skill
Replace a skill's files with files stored in your Gumloop workspace.
Delete Skill
Delete a skill from your Gumloop account.
Download Skill
Get a download URL for a skill archive.
List Agent Artifacts
List the artifacts an agent has produced, with optional session filtering and pagination.
Download Artifact
Get a download URL for an agent artifact.
List Mcp Resources
List the resources exposed by a connected MCP server.
Read Mcp Resource
Read the contents of a resource from a connected MCP server by URI.
List Mcp Prompts
List the prompts exposed by a connected MCP server.
Get Mcp Prompt
Get a rendered prompt from a connected MCP server, with optional arguments.
Search Brain
Search your Company Brain's indexed knowledge sources for relevant content.