Skip to main content
Docs/API reference

API overview

The SolKernal API exposes skill discovery, submission, execution, and staking state.

Last updated July 2, 2026

Base URL

Local:      http://localhost:3000/api
Production: https://solkernal.xyz/api

Endpoints

MethodRouteDescription
GET/api/skillsList skills with optional filtering and sorting.
POST/api/skillsSubmit a new skill.
GET/api/skills/[slug]Fetch skill detail and recent executions.
POST/api/executeRun a skill and create an execution receipt.
GET/api/stakingFetch global stats and optional wallet staking position.
POST/api/stakingStake, unstake, or claim rewards.
NextSkills API