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/apiEndpoints
| Method | Route | Description |
|---|---|---|
| GET | /api/skills | List skills with optional filtering and sorting. |
| POST | /api/skills | Submit a new skill. |
| GET | /api/skills/[slug] | Fetch skill detail and recent executions. |
| POST | /api/execute | Run a skill and create an execution receipt. |
| GET | /api/staking | Fetch global stats and optional wallet staking position. |
| POST | /api/staking | Stake, unstake, or claim rewards. |