Composio · Capability

Composio Platform API — Organization

Composio Platform API — Organization. 1 operations. Lead operation: Create a new project. Self-contained Naftiko capability covering one Composio business surface.

Run with Naftiko ComposioOrganization

What You Can Do

POST
Postorgownerprojectnew — Create a new project
/v1/api/v3/org/owner/project/new

MCP Tools

create-new-project

Create a new project

Capability Spec

composio-organization.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Composio Platform API — Organization
  description: 'Composio Platform API — Organization. 1 operations. Lead operation: Create a new project. Self-contained Naftiko
    capability covering one Composio business surface.'
  tags:
  - Composio
  - Organization
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    COMPOSIO_API_KEY: COMPOSIO_API_KEY
capability:
  consumes:
  - type: http
    namespace: composio-organization
    baseUri: https://backend.composio.dev
    description: Composio Platform API — Organization business capability. Self-contained, no shared references.
    resources:
    - name: api-v3-org-owner-project-new
      path: /api/v3/org/owner/project/new
      operations:
      - name: postorgownerprojectnew
        method: POST
        description: Create a new project
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: apikey
      key: x-api-key
      value: '{{env.COMPOSIO_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: composio-organization-rest
    port: 8080
    description: REST adapter for Composio Platform API — Organization. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/api/v3/org/owner/project/new
      name: api-v3-org-owner-project-new
      description: REST surface for api-v3-org-owner-project-new.
      operations:
      - method: POST
        name: postorgownerprojectnew
        description: Create a new project
        call: composio-organization.postorgownerprojectnew
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: composio-organization-mcp
    port: 9090
    transport: http
    description: MCP adapter for Composio Platform API — Organization. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: create-new-project
      description: Create a new project
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: composio-organization.postorgownerprojectnew
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.