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

# Endpoints

> Configure and ship your API Endpoints.

In its own essence, Endpoints are very similar to [Jobs](/solutions/jobs), with a difference that they are not triggerred upon
[Schedule](/features/schedule) or [Event](/features/events) but synchronous API request-response with configured `Method` and `Path` instead,
we have a dedicated section about Endpoints, check the cards below.

<Card title="Introduction" icon="network-wired" href="/run-api/introduction">
  Get understanding of how does Run API (Endpoints) works in general.
</Card>

<CardGroup cols={3}>
  <Card title="Configuration" icon="wrench" href="/run-api/configuration">
    Read more about creating API Endpoint.
  </Card>

  <Card title="Routing" icon="route" href="/run-api/routing">
    Read how we handle routing based on your method and path.
  </Card>

  <Card title="Guard" icon="shield" href="/run-api/guard">
    Validate headers, query parameters or payload before it reaches your [Component](features/components).
  </Card>

  <Card title="Authentication" icon="user-shield" href="/run-api/authentication">
    Wondering about authentication? Read more about it here.
  </Card>

  <Card title="HTTP Codes" icon="info" href="/run-api/http-codes">
    How do we handle HTTP response codes? Read more about it here.
  </Card>
</CardGroup>
