-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathareas.html
More file actions
649 lines (642 loc) · 40.8 KB
/
areas.html
File metadata and controls
649 lines (642 loc) · 40.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
---
layout: default
section: Areas
title: Areas
summary: A directory of API Evangelist topic areas — focused subsites covering specific aspects of the API landscape.
nav: Stories
sub: Areas
---
<div class="row gx-xl-9">
<div class="col-12">
<section>
<h1 class="fs-3 mb-3">{{ page.title }}</h1>
<p class="lead text-muted mb-5">A directory of 78 API Evangelist topic areas. Each is a focused subsite covering a specific corner of the API landscape — from agents and aggregation to webhooks and workflow automation.</p>
<div class="row">
<div class="col-md-6 col-lg-4 mb-4">
<div class="card h-100 border-0 shadow-sm">
<div class="card-body">
<h2 class="fs-6 mb-2"><a href="https://agents.apievangelist.com/" class="text-decoration-none">Agents</a></h2>
<p class="text-muted small mb-0">An index and topic collection covering AI agents, agent frameworks, and agent runtimes that enable autonomous reasoning, tool use, and multi-step task execution.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4">
<div class="card h-100 border-0 shadow-sm">
<div class="card-body">
<h2 class="fs-6 mb-2"><a href="https://agents-skills.apievangelist.com/" class="text-decoration-none">Agent Skills</a></h2>
<p class="text-muted small mb-0">An index and topic collection covering Agent Skills, the packaged, file-based capability units that AI coding agents load to extend their behavior.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4">
<div class="card h-100 border-0 shadow-sm">
<div class="card-body">
<h2 class="fs-6 mb-2"><a href="https://aggregation.apievangelist.com/" class="text-decoration-none">Aggregation</a></h2>
<p class="text-muted small mb-0">An index and topic collection covering API aggregation, marketplaces, directories, unified APIs, and catalog platforms.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4">
<div class="card h-100 border-0 shadow-sm">
<div class="card-body">
<h2 class="fs-6 mb-2"><a href="https://ai-automation.apievangelist.com/" class="text-decoration-none">AI Automation</a></h2>
<p class="text-muted small mb-0">AI automation combines artificial intelligence with workflow and process automation to create intelligent, autonomous systems including AI agent frameworks, autonomous coding agents, AI-powered workflow platforms, intelligent process…</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4">
<div class="card h-100 border-0 shadow-sm">
<div class="card-body">
<h2 class="fs-6 mb-2"><a href="https://aiops.apievangelist.com/" class="text-decoration-none">AIOps</a></h2>
<p class="text-muted small mb-0">AIOps applies artificial intelligence and machine learning to IT operations, enabling intelligent alerting, anomaly detection, automated root cause analysis, and predictive incident management.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4">
<div class="card h-100 border-0 shadow-sm">
<div class="card-body">
<h2 class="fs-6 mb-2"><a href="https://analysis.apievangelist.com/" class="text-decoration-none">Analysis</a></h2>
<p class="text-muted small mb-0">A curated index of services, tooling, and open source solutions for API analysis, analytics, linting, traffic inspection, and intelligence.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4">
<div class="card h-100 border-0 shadow-sm">
<div class="card-body">
<h2 class="fs-6 mb-2"><a href="https://api-clients.apievangelist.com/" class="text-decoration-none">API Clients</a></h2>
<p class="text-muted small mb-0">An index and topic collection covering API clients, the developer tools used to inspect, debug, exercise, and document APIs interactively.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4">
<div class="card h-100 border-0 shadow-sm">
<div class="card-body">
<h2 class="fs-6 mb-2"><a href="https://api-proxies.apievangelist.com/" class="text-decoration-none">API Proxies</a></h2>
<p class="text-muted small mb-0">An index and topic collection covering reverse-proxy and edge-proxy software used in front of APIs, including HTTP reverse proxies, edge proxies, load balancers, caching proxies, and service mesh sidecars.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4">
<div class="card h-100 border-0 shadow-sm">
<div class="card-body">
<h2 class="fs-6 mb-2"><a href="https://authentication.apievangelist.com/" class="text-decoration-none">Authentication</a></h2>
<p class="text-muted small mb-0">A curated index of services, tooling, and open source solutions for API authentication, authorization, identity management, and secrets management.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4">
<div class="card h-100 border-0 shadow-sm">
<div class="card-body">
<h2 class="fs-6 mb-2"><a href="https://backups.apievangelist.com/" class="text-decoration-none">Backups</a></h2>
<p class="text-muted small mb-0">An index and topic collection covering backup, disaster recovery, and data protection APIs.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4">
<div class="card h-100 border-0 shadow-sm">
<div class="card-body">
<h2 class="fs-6 mb-2"><a href="https://bots.apievangelist.com/" class="text-decoration-none">Bots</a></h2>
<p class="text-muted small mb-0">An index and topic collection covering chatbots, conversational agents, and bot frameworks across messaging, voice, and customer experience channels.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4">
<div class="card h-100 border-0 shadow-sm">
<div class="card-body">
<h2 class="fs-6 mb-2"><a href="https://breaches.apievangelist.com/" class="text-decoration-none">Breaches</a></h2>
<p class="text-muted small mb-0">An index and topic collection covering data breach intelligence, credential exposure databases, dark-web monitoring, and leak detection APIs.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4">
<div class="card h-100 border-0 shadow-sm">
<div class="card-body">
<h2 class="fs-6 mb-2"><a href="https://browsers.apievangelist.com/" class="text-decoration-none">Browsers</a></h2>
<p class="text-muted small mb-0">An index and topic collection covering programmable browsers, headless browser engines, and browser-automation APIs.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4">
<div class="card h-100 border-0 shadow-sm">
<div class="card-body">
<h2 class="fs-6 mb-2"><a href="https://caching.apievangelist.com/" class="text-decoration-none">Caching</a></h2>
<p class="text-muted small mb-0">An index and topic collection covering API-accessible caching services, in-memory data stores, key-value caches, and edge/CDN cache APIs.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4">
<div class="card h-100 border-0 shadow-sm">
<div class="card-body">
<h2 class="fs-6 mb-2"><a href="https://change-log.apievangelist.com/" class="text-decoration-none">Change Log</a></h2>
<p class="text-muted small mb-0">An index and topic collection covering developer changelog publishing, release-notes platforms, and API change-tracking services.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4">
<div class="card h-100 border-0 shadow-sm">
<div class="card-body">
<h2 class="fs-6 mb-2"><a href="https://cli.apievangelist.com/" class="text-decoration-none">Command Line Interface</a></h2>
<p class="text-muted small mb-0">A curated index of services, tooling, and open source solutions for API command line interfaces, HTTP clients, and terminal-based API tools.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4">
<div class="card h-100 border-0 shadow-sm">
<div class="card-body">
<h2 class="fs-6 mb-2"><a href="https://clients.apievangelist.com/" class="text-decoration-none">Clients</a></h2>
<p class="text-muted small mb-0">This is the index of API client, HTTP client, and API consumer tools repos being tracked by the API Evangelist network.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4">
<div class="card h-100 border-0 shadow-sm">
<div class="card-body">
<h2 class="fs-6 mb-2"><a href="https://communications.apievangelist.com/" class="text-decoration-none">Communications</a></h2>
<p class="text-muted small mb-0">An index and topic collection covering Communications Platform as a Service (CPaaS) and messaging-and-voice infrastructure APIs.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4">
<div class="card h-100 border-0 shadow-sm">
<div class="card-body">
<h2 class="fs-6 mb-2"><a href="https://containers.apievangelist.com/" class="text-decoration-none">Containers</a></h2>
<p class="text-muted small mb-0">An index of container runtime, orchestration, registry, security, and build tool repositories tracking the services and tools that package, deploy, and manage containerized applications and their APIs.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4">
<div class="card h-100 border-0 shadow-sm">
<div class="card-body">
<h2 class="fs-6 mb-2"><a href="https://database.apievangelist.com/" class="text-decoration-none">Database</a></h2>
<p class="text-muted small mb-0">An index and topic collection covering managed databases and database-as-a-service offerings exposing APIs.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4">
<div class="card h-100 border-0 shadow-sm">
<div class="card-body">
<h2 class="fs-6 mb-2"><a href="https://deployment.apievangelist.com/" class="text-decoration-none">Deployment</a></h2>
<p class="text-muted small mb-0">An index and topic collection covering application deployment platforms, Platform-as-a-Service (PaaS) providers, and CI/CD-as-a-service tools that expose APIs for shipping code to production.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4">
<div class="card h-100 border-0 shadow-sm">
<div class="card-body">
<h2 class="fs-6 mb-2"><a href="https://deprecation.apievangelist.com/" class="text-decoration-none">Deprecation</a></h2>
<p class="text-muted small mb-0">API deprecation, sunset headers, end-of-life management, and API retirement practices, including RFC 8594 Sunset, the Deprecation header, OpenAPI deprecation flags, and consumer migration patterns.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4">
<div class="card h-100 border-0 shadow-sm">
<div class="card-body">
<h2 class="fs-6 mb-2"><a href="https://design.apievangelist.com/" class="text-decoration-none">Design</a></h2>
<p class="text-muted small mb-0">A curated index of services, tooling, and open source solutions for API design, specification editing, linting, and governance.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4">
<div class="card h-100 border-0 shadow-sm">
<div class="card-body">
<h2 class="fs-6 mb-2"><a href="https://developer-experience.apievangelist.com/" class="text-decoration-none">Developer Experience</a></h2>
<p class="text-muted small mb-0">This is the index of developer experience service and tooling repos being tracked by the API Evangelist network, covering developer portals, API documentation platforms, API design and authoring tools, GitOps for APIs, IDE extensions, and…</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4">
<div class="card h-100 border-0 shadow-sm">
<div class="card-body">
<h2 class="fs-6 mb-2"><a href="https://discovery.apievangelist.com/" class="text-decoration-none">API Discovery</a></h2>
<p class="text-muted small mb-0">API discovery encompasses the tools, techniques, and standards used to find, catalog, and surface APIs within an organization or across the web.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4">
<div class="card h-100 border-0 shadow-sm">
<div class="card-body">
<h2 class="fs-6 mb-2"><a href="https://dns.apievangelist.com/" class="text-decoration-none">DNS</a></h2>
<p class="text-muted small mb-0">DNS (Domain Name System) is the distributed naming system that translates human-readable domain names (like example.com) into the numerical IP addresses computers use to communicate.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4">
<div class="card h-100 border-0 shadow-sm">
<div class="card-body">
<h2 class="fs-6 mb-2"><a href="https://documentation.apievangelist.com/" class="text-decoration-none">Documentation</a></h2>
<p class="text-muted small mb-0">A curated index of services, tooling, and open source solutions for producing API and developer documentation.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4">
<div class="card h-100 border-0 shadow-sm">
<div class="card-body">
<h2 class="fs-6 mb-2"><a href="https://embeddable.apievangelist.com/" class="text-decoration-none">Embeddable</a></h2>
<p class="text-muted small mb-0">An index and topic collection covering embeddable widgets, JavaScript SDKs, iframe-able experiences, and embedded analytics.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4">
<div class="card h-100 border-0 shadow-sm">
<div class="card-body">
<h2 class="fs-6 mb-2"><a href="https://embedded-ipaas.apievangelist.com/" class="text-decoration-none">Embedded iPaaS</a></h2>
<p class="text-muted small mb-0">This is the index of embedded iPaaS service and tooling repos being tracked by the API Evangelist network.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4">
<div class="card h-100 border-0 shadow-sm">
<div class="card-body">
<h2 class="fs-6 mb-2"><a href="https://encryption.apievangelist.com/" class="text-decoration-none">Encryption</a></h2>
<p class="text-muted small mb-0">An index and topic collection covering encryption services, key management systems (KMS), hardware security modules (HSM), envelope encryption, end-to-end encryption SDKs, certificate management, and code/data signing.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4">
<div class="card h-100 border-0 shadow-sm">
<div class="card-body">
<h2 class="fs-6 mb-2"><a href="https://finops.apievangelist.com/" class="text-decoration-none">FinOps</a></h2>
<p class="text-muted small mb-0">FinOps is a cloud financial management discipline combining technology, finance, and business practices to drive accountability and optimize cloud spending through budget-aware execution and cost telemetry at runtime.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4">
<div class="card h-100 border-0 shadow-sm">
<div class="card-body">
<h2 class="fs-6 mb-2"><a href="https://gateway.apievangelist.com/" class="text-decoration-none">Gateway</a></h2>
<p class="text-muted small mb-0">A collection of services, tooling, and open source solutions for API gateway management and traffic control, covering routing, authentication, rate limiting, observability, and security for APIs and microservices.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4">
<div class="card h-100 border-0 shadow-sm">
<div class="card-body">
<h2 class="fs-6 mb-2"><a href="https://hypermedia.apievangelist.com/" class="text-decoration-none">Hypermedia</a></h2>
<p class="text-muted small mb-0">An index and topic collection covering hypermedia-driven APIs, HATEOAS, and the formats, link relations, and specifications that make APIs discoverable and self-describing.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4">
<div class="card h-100 border-0 shadow-sm">
<div class="card-body">
<h2 class="fs-6 mb-2"><a href="https://ide.apievangelist.com/" class="text-decoration-none">IDE</a></h2>
<p class="text-muted small mb-0">An index and topic collection covering integrated development environments (IDEs), code editors, and cloud workspaces with APIs.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4">
<div class="card h-100 border-0 shadow-sm">
<div class="card-body">
<h2 class="fs-6 mb-2"><a href="https://industrial.apievangelist.com/" class="text-decoration-none">Industrial</a></h2>
<p class="text-muted small mb-0">An index and topic collection covering industrial APIs across industrial IoT (IIoT), operational technology (OT), SCADA, manufacturing, smart factory, asset management, predictive maintenance, energy management, and building automation.…</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4">
<div class="card h-100 border-0 shadow-sm">
<div class="card-body">
<h2 class="fs-6 mb-2"><a href="https://integrations.apievangelist.com/" class="text-decoration-none">Integrations</a></h2>
<p class="text-muted small mb-0">An index and topic collection covering the broad integration tooling market, including iPaaS and embedded-iPaaS platforms, workflow automation tools, unified API providers, ETL and reverse-ETL data pipelines, and orchestration engines.…</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4">
<div class="card h-100 border-0 shadow-sm">
<div class="card-body">
<h2 class="fs-6 mb-2"><a href="https://internet-of-things.apievangelist.com/" class="text-decoration-none">Internet of Things</a></h2>
<p class="text-muted small mb-0">An index and topic collection covering consumer and commercial Internet of Things (IoT) platforms, smart home ecosystems, connected device APIs, and the messaging and edge protocols that bind them together.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4">
<div class="card h-100 border-0 shadow-sm">
<div class="card-body">
<h2 class="fs-6 mb-2"><a href="https://ipaas.apievangelist.com/" class="text-decoration-none">iPaaS</a></h2>
<p class="text-muted small mb-0">This is the index of iPaaS (integration platform as a service) repos being tracked by the API Evangelist network.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4">
<div class="card h-100 border-0 shadow-sm">
<div class="card-body">
<h2 class="fs-6 mb-2"><a href="https://issues.apievangelist.com/" class="text-decoration-none">Issues</a></h2>
<p class="text-muted small mb-0">An index and topic collection covering issue tracking, bug tracking, and project-management APIs that expose issue, ticket, task, and work-item primitives.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4">
<div class="card h-100 border-0 shadow-sm">
<div class="card-body">
<h2 class="fs-6 mb-2"><a href="https://licensing.apievangelist.com/" class="text-decoration-none">Licensing</a></h2>
<p class="text-muted small mb-0">An index and topic collection covering software licensing APIs across two intersecting domains: open-source license metadata and code-license detection (SPDX, OSI license list, ChooseALicense, FOSSology, ScanCode, ClearlyDefined, the…</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4">
<div class="card h-100 border-0 shadow-sm">
<div class="card-body">
<h2 class="fs-6 mb-2"><a href="https://logging.apievangelist.com/" class="text-decoration-none">Logging</a></h2>
<p class="text-muted small mb-0">An index and topic collection covering log ingestion, log search, log aggregation, and log pipeline services.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4">
<div class="card h-100 border-0 shadow-sm">
<div class="card-body">
<h2 class="fs-6 mb-2"><a href="https://low-hanging-fruit.apievangelist.com/" class="text-decoration-none">Low Hanging Fruit</a></h2>
<p class="text-muted small mb-0">A Kin Lane / API Evangelist editorial collection of "low hanging fruit" APIs — the well-documented, easy-to-onboard, single-purpose providers that consistently appear in five-minute tutorials and integration playbooks.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4">
<div class="card h-100 border-0 shadow-sm">
<div class="card-body">
<h2 class="fs-6 mb-2"><a href="https://machine-learning.apievangelist.com/" class="text-decoration-none">Machine Learning</a></h2>
<p class="text-muted small mb-0">An index and topic collection covering machine learning APIs, MLOps platforms, model serving infrastructure, and inference providers.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4">
<div class="card h-100 border-0 shadow-sm">
<div class="card-body">
<h2 class="fs-6 mb-2"><a href="https://management.apievangelist.com/" class="text-decoration-none">Management</a></h2>
<p class="text-muted small mb-0">An index and topic collection covering full-stack API management platforms — solutions that combine an API gateway, developer portal, analytics, monetization, governance, and lifecycle tooling into a unified product.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4">
<div class="card h-100 border-0 shadow-sm">
<div class="card-body">
<h2 class="fs-6 mb-2"><a href="https://microservices.apievangelist.com/" class="text-decoration-none">Microservices</a></h2>
<p class="text-muted small mb-0">An index of microservices architecture frameworks, service discovery, resilience, messaging, workflow orchestration, and distributed systems tooling repositories.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4">
<div class="card h-100 border-0 shadow-sm">
<div class="card-body">
<h2 class="fs-6 mb-2"><a href="https://migration.apievangelist.com/" class="text-decoration-none">Migration</a></h2>
<p class="text-muted small mb-0">An index and topic collection covering data migration, cloud migration, database migration, and API migration platforms and services.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4">
<div class="card h-100 border-0 shadow-sm">
<div class="card-body">
<h2 class="fs-6 mb-2"><a href="https://monetization.apievangelist.com/" class="text-decoration-none">Monetization</a></h2>
<p class="text-muted small mb-0">An index and topic collection covering API and SaaS monetization platforms: billing engines, subscription management, usage metering, usage-based pricing, revenue recognition, and the products that operate the monetization surface for…</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4">
<div class="card h-100 border-0 shadow-sm">
<div class="card-body">
<h2 class="fs-6 mb-2"><a href="https://monitoring.apievangelist.com/" class="text-decoration-none">Monitoring</a></h2>
<p class="text-muted small mb-0">An index and topic collection covering API monitoring, application performance monitoring, observability, uptime monitoring, log aggregation, error tracking, distributed tracing, and incident response.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4">
<div class="card h-100 border-0 shadow-sm">
<div class="card-body">
<h2 class="fs-6 mb-2"><a href="https://network.apievangelist.com/" class="text-decoration-none">API Evangelist Network</a></h2>
<p class="text-muted small mb-0">A network index of all APIs.json files maintained by the API Evangelist organization, providing a comprehensive</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4">
<div class="card h-100 border-0 shadow-sm">
<div class="card-body">
<h2 class="fs-6 mb-2"><a href="https://observability.apievangelist.com/" class="text-decoration-none">Observability</a></h2>
<p class="text-muted small mb-0">A curated index of services, tooling, and open source solutions for API observability, monitoring, logging, tracing, metrics, and analytics.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4">
<div class="card h-100 border-0 shadow-sm">
<div class="card-body">
<h2 class="fs-6 mb-2"><a href="https://orchestration.apievangelist.com/" class="text-decoration-none">Orchestration</a></h2>
<p class="text-muted small mb-0">An index and topic collection covering container orchestration and workflow orchestration platforms.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4">
<div class="card h-100 border-0 shadow-sm">
<div class="card-body">
<h2 class="fs-6 mb-2"><a href="https://partners.apievangelist.com/" class="text-decoration-none">API Evangelist Conversations</a></h2>
<p class="text-muted small mb-0">This is the API contract for API Evangelist conversations.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4">
<div class="card h-100 border-0 shadow-sm">
<div class="card-body">
<h2 class="fs-6 mb-2"><a href="https://performance.apievangelist.com/" class="text-decoration-none">Performance</a></h2>
<p class="text-muted small mb-0">An index and topic collection covering API and web performance, including load testing, performance benchmarking, real user monitoring (RUM), Core Web Vitals measurement, latency profiling, distributed tracing, and application performance…</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4">
<div class="card h-100 border-0 shadow-sm">
<div class="card-body">
<h2 class="fs-6 mb-2"><a href="https://plans.apievangelist.com/" class="text-decoration-none">Plans</a></h2>
<p class="text-muted small mb-0">An index and topic collection covering machine-readable API and SaaS plan definitions.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4">
<div class="card h-100 border-0 shadow-sm">
<div class="card-body">
<h2 class="fs-6 mb-2"><a href="https://plugin.apievangelist.com/" class="text-decoration-none">Plugin</a></h2>
<p class="text-muted small mb-0">An index and topic collection covering plugin, extension, and add-on architectures with public APIs and marketplaces.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4">
<div class="card h-100 border-0 shadow-sm">
<div class="card-body">
<h2 class="fs-6 mb-2"><a href="https://portal.apievangelist.com/" class="text-decoration-none">Portal</a></h2>
<p class="text-muted small mb-0">A curated index of services, tooling, and open source solutions for API developer portals, API catalogs, API marketplaces, and developer experience platforms.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4">
<div class="card h-100 border-0 shadow-sm">
<div class="card-body">
<h2 class="fs-6 mb-2"><a href="https://privacy.apievangelist.com/" class="text-decoration-none">Privacy</a></h2>
<p class="text-muted small mb-0">An index and topic collection covering privacy management, consent management, data subject rights, data classification, and PII detection APIs.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4">
<div class="card h-100 border-0 shadow-sm">
<div class="card-body">
<h2 class="fs-6 mb-2"><a href="https://pro-code-api-composition.apievangelist.com/" class="text-decoration-none">Pro-Code API Composition</a></h2>
<p class="text-muted small mb-0">An index of pro-code API composition service and tooling repos being tracked by the API Evangelist network, covering workflow engines, code-first platforms, serverless orchestration, API composition patterns, and BFF frameworks.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4">
<div class="card h-100 border-0 shadow-sm">
<div class="card-body">
<h2 class="fs-6 mb-2"><a href="https://proxy.apievangelist.com/" class="text-decoration-none">Proxy</a></h2>
<p class="text-muted small mb-0">This is the index of API proxy, reverse proxy, forward proxy, and proxy middleware service and tooling repos being tracked by the API Evangelist network.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4">
<div class="card h-100 border-0 shadow-sm">
<div class="card-body">
<h2 class="fs-6 mb-2"><a href="https://regulation.apievangelist.com/" class="text-decoration-none">Regulation</a></h2>
<p class="text-muted small mb-0">Regulation encompasses the rules, laws, and standards established by governments, agencies, and standards bodies that govern how businesses and individuals must operate.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4">
<div class="card h-100 border-0 shadow-sm">
<div class="card-body">
<h2 class="fs-6 mb-2"><a href="https://reliability.apievangelist.com/" class="text-decoration-none">Reliability</a></h2>
<p class="text-muted small mb-0">An index and topic collection covering site reliability engineering (SRE), reliability platforms, service level objectives (SLOs), error budgets, chaos engineering, resilience testing, and incident response.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4">
<div class="card h-100 border-0 shadow-sm">
<div class="card-body">
<h2 class="fs-6 mb-2"><a href="https://road-map.apievangelist.com/" class="text-decoration-none">Road Map</a></h2>
<p class="text-muted small mb-0">An index and topic collection covering public product road map publishing, feature voting, customer feedback aggregation, and product discovery surfaces.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4">
<div class="card h-100 border-0 shadow-sm">
<div class="card-body">
<h2 class="fs-6 mb-2"><a href="https://saas-management.apievangelist.com/" class="text-decoration-none">SaaS Management</a></h2>
<p class="text-muted small mb-0">SaaS Management covers the tools, platforms, and practices used by organizations to discover, manage, optimize, and secure their portfolio of SaaS applications.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4">
<div class="card h-100 border-0 shadow-sm">
<div class="card-body">
<h2 class="fs-6 mb-2"><a href="https://scraping.apievangelist.com/" class="text-decoration-none">Scraping</a></h2>
<p class="text-muted small mb-0">An index and topic collection covering web scraping platforms, proxy networks, SERP APIs, browser-based extraction services, and data collection APIs.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4">
<div class="card h-100 border-0 shadow-sm">
<div class="card-body">
<h2 class="fs-6 mb-2"><a href="https://sdk.apievangelist.com/" class="text-decoration-none">SDKs</a></h2>
<p class="text-muted small mb-0">A curated index of services, tooling, and open source solutions for generating API SDKs, client libraries, and code from API specifications.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4">
<div class="card h-100 border-0 shadow-sm">
<div class="card-body">
<h2 class="fs-6 mb-2"><a href="https://search.apievangelist.com/" class="text-decoration-none">API Evangelist Standards</a></h2>
<p class="text-muted small mb-0">This is the API contract for the API Evangelist standards API, inventorying all of the APIs managed through the platform.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4">
<div class="card h-100 border-0 shadow-sm">
<div class="card-body">
<h2 class="fs-6 mb-2"><a href="https://security.apievangelist.com/" class="text-decoration-none">Security</a></h2>
<p class="text-muted small mb-0">An index and topic collection covering API security, identity, access management, secrets management, encryption, and threat protection.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4">
<div class="card h-100 border-0 shadow-sm">
<div class="card-body">
<h2 class="fs-6 mb-2"><a href="https://serverless.apievangelist.com/" class="text-decoration-none">Serverless</a></h2>
<p class="text-muted small mb-0">An index and topic collection covering serverless compute, function-as-a-service (FaaS) runtimes, and edge function platforms.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4">
<div class="card h-100 border-0 shadow-sm">
<div class="card-body">
<h2 class="fs-6 mb-2"><a href="https://service-mesh.apievangelist.com/" class="text-decoration-none">Service Mesh</a></h2>
<p class="text-muted small mb-0">Service mesh is a dedicated infrastructure layer for handling service-to-service communication in microservices architectures.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4">
<div class="card h-100 border-0 shadow-sm">
<div class="card-body">
<h2 class="fs-6 mb-2"><a href="https://support.apievangelist.com/" class="text-decoration-none">Support</a></h2>
<p class="text-muted small mb-0">An index and topic collection covering customer support, help desk, ticketing, knowledge base, and live chat APIs.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4">
<div class="card h-100 border-0 shadow-sm">
<div class="card-body">
<h2 class="fs-6 mb-2"><a href="https://testing.apievangelist.com/" class="text-decoration-none">Testing</a></h2>
<p class="text-muted small mb-0">A curated index of services, tooling, and open source solutions for API testing, mocking, load testing, contract testing, and quality assurance.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4">
<div class="card h-100 border-0 shadow-sm">
<div class="card-body">
<h2 class="fs-6 mb-2"><a href="https://transparency.apievangelist.com/" class="text-decoration-none">Transparency</a></h2>
<p class="text-muted small mb-0">An index and topic collection covering public-facing transparency surfaces across the API and platform ecosystem.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4">
<div class="card h-100 border-0 shadow-sm">
<div class="card-body">
<h2 class="fs-6 mb-2"><a href="https://unified-apis.apievangelist.com/" class="text-decoration-none">Unified APIs</a></h2>
<p class="text-muted small mb-0">This is the index of unified API service and tooling repos being tracked by the API Evangelist network.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4">
<div class="card h-100 border-0 shadow-sm">
<div class="card-body">
<h2 class="fs-6 mb-2"><a href="https://versioning.apievangelist.com/" class="text-decoration-none">Versioning</a></h2>
<p class="text-muted small mb-0">An index and topic collection covering API versioning patterns, schema evolution, and breaking-change detection across the API lifecycle.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4">
<div class="card h-100 border-0 shadow-sm">
<div class="card-body">
<h2 class="fs-6 mb-2"><a href="https://virtualization.apievangelist.com/" class="text-decoration-none">Virtualization</a></h2>
<p class="text-muted small mb-0">An index and topic collection covering virtualization across two intertwined domains: machine virtualization (hypervisors, virtual machines, VDI, and cloud VM platforms) and API/service virtualization (mock servers, service mocks, and…</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4">
<div class="card h-100 border-0 shadow-sm">
<div class="card-body">
<h2 class="fs-6 mb-2"><a href="https://visualization.apievangelist.com/" class="text-decoration-none">Visualization</a></h2>
<p class="text-muted small mb-0">An index and topic collection covering data visualization, charts, dashboards, business intelligence (BI), and reporting APIs.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4">
<div class="card h-100 border-0 shadow-sm">
<div class="card-body">
<h2 class="fs-6 mb-2"><a href="https://webhooks.apievangelist.com/" class="text-decoration-none">Webhooks</a></h2>
<p class="text-muted small mb-0">An index and topic collection covering webhook delivery, ingestion, transformation, retry, and inspection APIs.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4">
<div class="card h-100 border-0 shadow-sm">
<div class="card-body">
<h2 class="fs-6 mb-2"><a href="https://workflow-automation.apievangelist.com/" class="text-decoration-none">Workflow Automation</a></h2>
<p class="text-muted small mb-0">This is the index of workflow automation service and tooling repos being tracked by the API Evangelist network.</p>
</div>
</div>
</div>
</div>
</section>
</div>
</div>