text
llms.txt
Schnellreferenz-Guide für KI-Assistenten mit Links zu detaillierter Dokumentation.
https://vectisconsilium.com/llms.txtErmöglichen Sie KI-Assistenten wie ChatGPT, Claude oder Ihrem bevorzugten LLM den Abruf unserer Dokumentation, um Ihnen bei Public Safety-Aufgaben zu helfen.
AI-access posture
Give internal assistants, retrieval pipelines, and training tools stable documents that match the actual product model.
Manifest entrypoint
/llms.txt
Structured JSON
/api/docs
Seeded knowledge lanes
11 topics
Human + model readable
Markdown
Machine-readable docs
AI-accessible documentation is only useful when it mirrors the real entities, investigations, evidence, and report objects present in the platform.
text
Schnellreferenz-Guide für KI-Assistenten mit Links zu detaillierter Dokumentation.
https://vectisconsilium.com/llms.txtmarkdown
Complete documentation in Markdown format for full context
https://vectisconsilium.com/llms-full.txtjson
Structured documentation with metadata for programmatic access
https://vectisconsilium.com/api/docsjson
Individual topics with detailed sections and examples
https://vectisconsilium.com/api/docs/{topic}Object model
Topic documentation should describe the same statuses, fields, and actions the operator sees in the product.
Retrieval context
Topic docs work best when they cover both the core objects and the derived analytics layered on top of them.
Usage flow
You can use these endpoints to train your AI assistant on Public Safety:
Point your AI to https://vectisconsilium.com/llms.txt for quick context
For full documentation, use https://vectisconsilium.com/llms-full.txt
For specific topics, use https://vectisconsilium.com/api/docs/{topic}
Your AI can fetch updates automatically to stay current
Example
Use the manifest for discovery, then pull the full corpus or topic endpoints based on the workflow.
# Quick context
curl https://vectisconsilium.com/llms.txt
# Full corpus for model grounding
curl https://vectisconsilium.com/llms-full.txt
# Structured topic docs
curl https://vectisconsilium.com/api/docs/investigations | jq .
# Markdown export for a single topic
curl https://vectisconsilium.com/api/docs/investigations.mdKnowledge lanes
Start with the topic that matches the question. Pull only what the assistant needs when you are grounding a narrow retrieval workflow.
RAG support
Chunk boundaries are already arranged for downstream embedding pipelines.
RAG support
Filter by topic, format, and document lineage before content is retrieved.
RAG support
Use a retrieval endpoint when you need fresh topic content without copying the full corpus.
RAG support
Keep assistants aligned with the latest published guidance instead of static training snapshots.
Durchsuchen Sie unsere vollständige Dokumentation direkt oder kontaktieren Sie unser Support-Team.