Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
79 changes: 0 additions & 79 deletions crowdsec-docs/docs/getting_started/getting_started.md

This file was deleted.

104 changes: 0 additions & 104 deletions crowdsec-docs/docs/getting_started/install.mdx

This file was deleted.

145 changes: 0 additions & 145 deletions crowdsec-docs/docs/getting_started/install_freebsd.md

This file was deleted.

2 changes: 1 addition & 1 deletion crowdsec-docs/docs/getting_started/install_softagent.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Soft Agent
sidebar_position: 1
---

# Using our SDK
# Using our PHP SDK

With the help of our SDK, If you are developing security software that detects misbehaviors and does remediation on IPs, you can send signals about your detections and benefit from the community blocklist.

Expand Down
27 changes: 0 additions & 27 deletions crowdsec-docs/docs/getting_started/intro.mdx

This file was deleted.

21 changes: 21 additions & 0 deletions crowdsec-docs/docs/getting_started/sdk_intro.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
id: sdk_intro
title: introduction to the SDKs
sidebar_position: 1
---

CrowdSec offers lightweight SDKs for Python and PHP to help developers seamlessly integrate signal sharing capabilities into their security tools, platforms, or services.

By using these SDKs, you can report signals such as suspicious IP activity or confirmed attacks directly to the Central API (CAPI). In return, your users gain access to the CrowdSec Community Blocklist, a curated and constantly updated list of IPs involved in malicious behavior observed across the global CrowdSec network.

Why Integrate the SDK:
- **Simple Integration** — Add signal sharing with just a few lines of code
- **Community-Powered Protection** — Contributions help power our global threat intelligence network
- **Mutual Benefit** — Your platform shares valuable intelligence and gains stronger real-time protection in return

## Supported SDKs

* [Python SDK](install_pyagent)
* [PHP SDK](install_softagent)

Whether you're building a WAF, SIEM, or a custom security tool, the CrowdSec SDKs make it easy to contribute to and benefit from a collaborative defense network.
Loading