commits in the last year
Don't waste time on Stripe subscriptions or designing a pricing section. Get started today with our battle-tested stack and built-in monetization features.
Get Lifetime Access
565 commits in the last year
© 2026 Dirstarter. All rights reserved.
Programmatic access to tools, categories, tags, posts, and AI generation via a REST API with OpenAPI docs
DirStarter now ships with a public REST API at /api/v1 for programmatic management of your directory. Build integrations, automate content workflows, or connect external tools without touching the dashboard.

/api/v1: CRUD operations for tools, categories, tags, and blog posts/api/v1/docs with Try-it-out supportRetry-After headersIssue an API key from the API keys page in your dashboard (). The full token is shown once; only a SHA-256 hash is stored. Send it as — a key acts as its owner and inherits that user's permissions, so sensitive resources such as ads, users, reports, and metrics stay locked to the dashboard. Revoke or expire a key to cut off access instantly.
/app/api-keysAuthorization: Bearer <key>The OpenAPI spec and REST surface also lay the groundwork for agentic access in future releases, such as an MCP server or CLI for managing your directory from AI tools and scripts.
See the Public HTTP API documentation for authentication, endpoints, and examples.