live · Developer Tools · JSON · API for agents
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.
{
"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"
}
}
}
}