Back to Tools

Asana

DevOps

Asana project management. Create tasks, manage projects, and track progress.

Available Actions
tasksprojectssectionsteams
Input Schema
{
  "type": "object",
  "required": [
    "workspace",
    "name"
  ],
  "properties": {
    "name": {
      "type": "string"
    },
    "projects": {
      "type": "array"
    },
    "workspace": {
      "type": "string"
    }
  }
}
Output Schema
{
  "type": "object",
  "properties": {
    "data": {
      "type": "object"
    }
  }
}
Quick Start

API Endpoint

POST /api/execute/asana

cURL Example

curl -X POST \
  https://api.nulayers.com/execute/asana \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"action": "tasks"}'
Integration

Get your API key from the dashboard to start using this tool in your AI applications.