P

puppyone.ai

Puppyone is the open-source, shared context drive for all your AI agents — connect SaaS data, govern per-agent permissions, version every change in Git. Self-host with Docker. Works with Claude,…

1action
https://puppyone.ai

live · Developer Tools · JSON · API for agents

Tools 1 tool

request_puppyone_developer_supportaction

Request help from Puppyone for API, CLI, MCP, Agent Auth, or workspace onboarding. This is a real contact endpoint and does not access private workspaces.

View tool JSON
{
  "name": "request_puppyone_developer_support",
  "kind": "action",
  "impl": "declarative",
  "description": "Request help from Puppyone for API, CLI, MCP, Agent Auth, or workspace onboarding. This is a real contact endpoint and does not access private workspaces.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "companyName": {
        "type": "string"
      },
      "firstName": {
        "type": "string"
      },
      "lastName": {
        "type": "string"
      },
      "businessEmail": {
        "type": "string"
      },
      "companySize": {
        "type": "string"
      },
      "phoneNumber": {
        "type": "string"
      },
      "countryTimezone": {
        "type": "string"
      },
      "heardAbout": {
        "type": "string"
      },
      "additionalDetails": {
        "type": "string"
      },
      "website": {
        "type": "string"
      }
    }
  }
}