create_project
ActiveTool of SendIt
declared in 0.1.0
Create a Projects workspace for a product, app, or codebase.
Parameters schema
{
"type": "object",
"required": [
"name"
],
"properties": {
"name": {
"type": "string"
},
"tags": {
"type": "array",
"items": {
"type": "string"
}
},
"sources": {
"type": "array",
"items": {
"anyOf": [
{
"type": "string"
},
{
"type": "object",
"properties": {
"url": {
"type": "string"
},
"title": {
"type": "string"
},
"fileName": {
"type": "string"
},
"mimeType": {
"type": "string"
}
},
"additionalProperties": true
}
]
}
},
"team_id": {
"type": "string",
"description": "Optional team ID or slug. Ignored when using a team-scoped API key."
},
"category": {
"type": "string"
},
"description": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
SendIt
https://github.com/Shree-git/sendit
1/7 registries