Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.cloud.red/llms.txt

Use this file to discover all available pages before exploring further.

These prompts work out of the box once crcli is configured as an MCP server in Claude Code. Replace device names and group names with your own.

Explore Your Fleet

List all my devices

Run Scripts and Commands

Run "tmsh show sys version" on bigip-prod-01

File Operations

Pull /config/bigip.conf from every device in prod-ha and save to ./configs/

iControl REST

Get the current pool member states from bigip-prod-01 using iControl REST

Multi-Step Workflows

Claude can chain tools together for more complex operations. Collect qkviews from a group:
Generate a qkview on each device in prod-ha, then pull them all to ./qkviews/
Audit and report:
Run "tmsh show ltm pool recursive" on each device group and give me a summary
of which pool members are down across the entire fleet
Compare configs:
Pull /config/bigip.conf from both the active and standby device in prod-ha,
then diff them and tell me what's different