skills/smithery.ai/add-endpoint

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
Installs
1
First Seen
Apr 13, 2026
add-endpoint from smithery.ai