Weavz
CompanyCam

CompanyCam

Photo documentation platform for contractors and field service teams

22 tools
2 triggers
Use withChatGPTClaudeClaude CodeCursorCodexMCP clientsSetup guide

Tools

Name
list_projects

List projects in CompanyCam

create_project

Create a new project in CompanyCam

get_project

Retrieve a CompanyCam project by ID

update_project

Update fields on a CompanyCam project

archive_project

Archive a CompanyCam project

restore_project

Restore an archived CompanyCam project

delete_project

Delete a CompanyCam project

upload_photo

Upload a photo to a project in CompanyCam

list_project_photos

List photos for a CompanyCam project

get_photo

Get a photo by ID from CompanyCam

update_photo

Update fields such as description on a CompanyCam photo

delete_photo

Delete a CompanyCam photo

create_tag

Create a new tag in CompanyCam

list_tags

List all CompanyCam tags

update_tag

Update a CompanyCam tag

delete_tag

Delete a CompanyCam tag

add_photo_tags

Add tags to a CompanyCam photo

add_photo_comment

Add a comment to a CompanyCam photo

list_webhooks

List CompanyCam webhooks

create_webhook

Create a CompanyCam webhook

update_webhook

Update a CompanyCam webhook URL, scopes, or enabled state

delete_webhook

Delete a CompanyCam webhook

Triggers

Name
photo_added

Triggers when a new photo is added to a project in CompanyCam

project_created

Triggers when a new project is created in CompanyCam

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('companycam', 'list_projects', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'companycam',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect CompanyCam to my app?

Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does CompanyCam support?

CompanyCam supports 22 tools including List Projects, Create Project, Get Project, Update Project, Archive Project, and more.

Can I use CompanyCam with AI agents?

Yes. Add CompanyCam to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.

How do I connect CompanyCam to ChatGPT or Claude?

Open the Weavz connector setup, sign in, choose a workspace, and add CompanyCam as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped CompanyCam tools exposed by that workspace.

Does CompanyCam work with Claude Code, Cursor, Codex, and local agents?

Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved CompanyCam work, and execute Code Mode workflows from a terminal.

What can I ask an AI agent to do with CompanyCam?

CompanyCam exposes 22 tools, including List Projects, Create Project, Get Project, Update Project, Archive Project, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.

Can CompanyCam be used in stateful agent workflows?

Yes. Agents can combine CompanyCam tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.

What authentication does CompanyCam use?

CompanyCam uses API Key. Weavz stores credentials securely and uses them for authorized action execution.

How much does the CompanyCam integration cost?

The CompanyCam integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does CompanyCam support?

CompanyCam supports 2 triggers including Photo Added, Project Created.

Connect CompanyCam in minutes

Get 20,000 free action executions every month. No credit card required.