AI ready
π¦Ύ
Put the bots to work.
Be a bit ambiguous and leave the nitty gritty details to the coding agents. The new fortrabbit platform has a nice dashboard for humans and an easy to discover headless interface for agents.
Agent skills
fortrabbit publishes open source skills to provide coding agents contextual knowledge of the platform. Skills install locally and are invoked from keywords or commands.
- Agent skills docs - install it now
- github.com/fortrabbit/agent-skills - see the repo
Accessible docs
All user documentation is written in Markdown, version-tracked in Git, and published in a public repository, contributions welcome. Beyond the browsable website at docs.fortrabbit.com, every article is also accessible in its raw Markdown format. Two aggregated files are available for LLMs, RAG pipelines, and search tooling:
- docs.fortrabbit.com/llms.txt β structured index with metadata
- docs.fortrabbit.com/llms-full.txt β entire docs in a single plain-text file
The full file is suited for offline retrieval, full-context queries, or seeding a vector database. Both are regenerated on each deploy.
Coming soon
- A public API will allow managing fortrabbit resources programmatically.
- A CLI will expose the same capabilities from the terminal.