add-endpoint
Installation
SKILL.md
Add Endpoint Skill
Add endpoints to apps/artagent/backend/api/v1/endpoints/.
Endpoint File Template
"""
Endpoint Module
===============
Brief description of endpoints in this module.
"""
from __future__ import annotations
from fastapi import APIRouter, HTTPException, Request
from pydantic import BaseModel, Field