Skip to content

Commit 003d077

Browse files
enhance: One getting started and move around resources
1 parent eb2a5d7 commit 003d077

File tree

10 files changed

+80
-444
lines changed

10 files changed

+80
-444
lines changed

crowdsec-docs/docs/getting_started/getting_started.md

Lines changed: 0 additions & 79 deletions
This file was deleted.

crowdsec-docs/docs/getting_started/install.mdx

Lines changed: 0 additions & 104 deletions
This file was deleted.

crowdsec-docs/docs/getting_started/install_freebsd.md

Lines changed: 0 additions & 145 deletions
This file was deleted.

crowdsec-docs/docs/getting_started/install_softagent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Soft Agent
44
sidebar_position: 1
55
---
66

7-
# Using our SDK
7+
# Using our PHP SDK
88

99
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.
1010

crowdsec-docs/docs/getting_started/intro.md

Lines changed: 0 additions & 27 deletions
This file was deleted.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
id: sdk_intro
3+
title: introduction to the SDKs
4+
sidebar_position: 1
5+
---
6+
7+
CrowdSec offers lightweight SDKs for Python and PHP to help developers seamlessly integrate signal sharing capabilities into their security tools, platforms, or services.
8+
9+
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.
10+
11+
Why Integrate the SDK:
12+
- **Simple Integration** — Add signal sharing with just a few lines of code
13+
- **Community-Powered Protection** — Contributions help power our global threat intelligence network
14+
- **Mutual Benefit** — Your platform shares valuable intelligence and gains stronger real-time protection in return
15+
16+
## Supported SDKs
17+
18+
* [Python SDK](install_pyagent)
19+
* [PHP SDK](install_softagent)
20+
21+
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.

0 commit comments

Comments
 (0)