> ## Documentation Index
> Fetch the complete documentation index at: https://docs.law4devs.eu/llms.txt
> Use this file to discover all available pages before exploring further.

# Developer Tools

> Interactive API explorer, spec viewer, and machine-readable OpenAPI documentation

Law4Devs ships with a complete set of developer tools — from an interactive API explorer
you can use to try any endpoint right in your browser, to a machine-readable OpenAPI spec
you can import into Postman, Insomnia, or a code generator.

<CardGroup cols={3}>
  <Card title="Swagger UI" icon="flask" color="#85EA2D" href="/developer-tools/swagger">
    Interactive API explorer with live request testing and authentication support.
  </Card>

  <Card title="ReDoc" icon="book-open" color="#8B5CF6" href="/developer-tools/redoc">
    Clean, read-only API reference — ideal for sharing with stakeholders.
  </Card>

  <Card title="OpenAPI Spec" icon="file-code" color="#3178C6" href="/developer-tools/openapi-spec">
    Machine-readable OpenAPI 3.0.3 spec for Postman, Insomnia, and code generation.
  </Card>
</CardGroup>

## Quick Links

| Tool         | URL                                       | Use For             |
| ------------ | ----------------------------------------- | ------------------- |
| Swagger UI   | `https://api.law4devs.eu/docs`            | Interactive testing |
| ReDoc        | `https://api.law4devs.eu/redoc`           | Reading & sharing   |
| OpenAPI JSON | `https://api.law4devs.eu/v1/openapi.json` | Import into tools   |
