Aident logoAident logo centerAident Loadout
Use CasesPricingDocs
ENStart Now
AppsSupabase ToolsSupabase Create Function
Supabase Tools

Supabase Create Function

Creates a new serverless Edge Function for a Supabase project (identified by `ref`), requiring valid JavaScript/TypeScript in `body` and a project-unique `slug` identifier.

Write actionRisk level 2 of 5OAuth connection
Use Supabase Create Function

Pricing and limits

Aident logo

Product

Aident LoadoutAident Playbook EditorOpen-CUAK

About

AppsSkillsUse CasesDocsBlogPricingDownloadsPrivacy PolicyTerms of Service

Alternatives

vs Composiovs Zapier
llms.txtGet an AI summary of Aident LoadoutSummarize with ChatGPTSummarize with ClaudeSummarize with GeminiSummarize with Perplexity

© Aident Labs, 2024-2026

Pricing
Free
Unified payment
Not currently supported

Inputs

  • refstring
    Required
    Project's unique identifier (path parameter).
  • bodystring
    Required
    JavaScript or TypeScript source code for the Edge Function.
  • namestring
    Required
    Human-readable name for the function.
  • slugstring
    Required
    URL-friendly identifier for the function's route prefix. Must be unique within the project.
  • import_mapboolean
    If true, enable import map for ES module resolution.
  • verify_jwtboolean
    If true, verify JWT in Authorization header before invoking the function. Set to false for public endpoints like webhooks.
  • entrypoint_pathstring
    Path to main function code, relative to project's functions directory. Defaults to `./index.ts` or `./index.js` in function's slug directory.
  • import_map_pathstring
    Path to import map JSON, relative to project's functions directory; used if `import_map` is true. Defaults to `import_map.json` in function's slug directory.

Observable output

  • data
    Required
    Data from the action execution
  • errorstring
    Error if any occurred during the execution of the action
  • successfulboolean
    Required
    Whether or not the action execution was successful or not

Skills that use this Action

Related use cases

No verified related use cases are linked yet.

Official source

Provider source

Skills that use this Action

No published Skills explicitly reference this Action yet.