Welcome to the Agentic Edge Functions tutorials! This section provides beginner-friendly guides to help you understand, create, and deploy your own edge functions for the Agentic Foundation Dashboard and Agentic Inbox.
Agentic Edge Functions are serverless functions that run at the edge of the network, providing autonomous agent capabilities through a simple API interface. These functions enable you to create intelligent agents that can reason, take actions, and interact with users and external systems.
- Creating Your First Edge Function - Learn the basics of edge functions by creating a simple "Hello World" function
- Building a Basic Agentic Function - Create your first agentic edge function with reasoning capabilities
- Deploying and Testing Edge Functions - Learn how to deploy and test your edge functions with and without JWT authentication
Before starting these tutorials, make sure you have:
- Supabase CLI installed
- Deno installed
- A Supabase project (free tier works fine for these tutorials)
- Basic knowledge of TypeScript/JavaScript
To get started, follow the tutorials in order. Each tutorial builds on the concepts introduced in the previous one.
The example functions used in these tutorials can be found in the following locations:
- Hello World Function: supabase/functions/hello-world/index.ts
- Basic Agent Function: supabase/functions/agent_alpha/index.ts
Created by rUv, Agentic Foundation founder.