| sk_whoami | GET /me | Identify the workspace and key | read |
| sk_get_credits | GET /credits | AI credit balance | read |
| sk_get_profile | GET /profile | Read link-in-bio profile | read |
| sk_update_profile | PATCH /profile | Update bio or publish flags | write |
| sk_list_products | GET /products | List products | read |
| sk_get_product | GET /products/{id} | Get one product | read |
| sk_create_product | POST /products | Create a product | write |
| sk_update_product | PATCH /products/{id} | Update a product | write |
| sk_set_product_status | POST /products/{id}/status | Set product status | write |
| sk_list_orders | GET /orders | List orders | read |
| sk_list_customers | GET /customers | List customers | read |
| sk_list_planner | GET /planner | List planner items | read |
| sk_save_planner | POST /planner | Create or update a planner item | write |
| sk_set_planner_status | POST /planner/{id}/status | Set planner item status | write |
| sk_list_autodm | GET /autodm | List AutoDM automations | read |
| sk_save_autodm | POST /autodm | Create or update an AutoDM | write |
| sk_set_autodm_status | POST /autodm/{id}/status | Pause or activate AutoDM | write |
| sk_list_accounts | GET /accounts | List connected social accounts | read |
| sk_list_posts | GET /posts | List scheduled and published posts | read |
| sk_create_post | POST /posts | Publish or schedule a post | publish |
| sk_cancel_post | DELETE /posts/{id} | Cancel a scheduled post | publish |
| sk_list_media | GET /media | List media library | read |
| sk_get_analytics | GET /analytics | Workspace analytics | read |
| sk_generate | POST /ai/generate | Generate copy with AI credits | ai |
| sk_list_live | GET /live | List YouTube LIVE slots | read |
| sk_list_links | GET /links | List bio links | read |
| sk_save_link | POST /links | Create or update a bio link | write |