Create New Project
Alpha Security Fence |
Finance, Investment and Banking
Discard
Deploy Project
Seamlessly integrate into your security workflows. Choose your preferred method of interaction.
Built for developers. Integrate CrocoTiger directly into your existing stack with our robust API.
import requests
url = "https://<YOUR_URL>/api/v1/validate/<PROJECT_ID>"
headers = {"Authorization": "Bearer YOUR_API_KEY"}
payload = {"text": "What is compound interest?"}
# Validate prompt against your fence
response = requests.post(url, json=payload, headers=headers)
print(response.json()) Access the development version of CrocoTiger via our Python SDK. Install directly from PyPI to integrate security workflows into your codebase.
# Import the package
import crocotiger_sdk as crocotiger
# Initialize client
client = crocotiger.SDK(api_url="...")
# Manage projects
project = client.get_project_client().find_one(1)
print(project) Connect AI agents directly to your security infrastructure using the Model Context Protocol. Expose standard tools for querying and managing your fence.
A comprehensive graphical interface to manage your security lifecycle. Create projects, visualize metrics, and test your defenses visually.