---
title: "Start a durable agent session"
method: POST
path: "/v2/eve/v1/session"
tags: ["Agent"]
---

# Start a durable agent session

`POST /v2/eve/v1/session`

The exact eve session protocol the Notra dashboard uses, proxied through API auth. Point any eve client (eve/client, useEveAgent) at /v2 as its host with your API key as a bearer token. Returns the session id and continuation token; stream events from GET /v2/eve/v1/session/{sessionId}/stream.

## Request body

- CreateAgentSessionRequest
  - `message` string, required — The first user message of the session.

## Response `200`

Session created

- CreateAgentSessionResponse
  - `ok` true, required
  - `sessionId` string, required
  - `continuationToken` string, required

## Other responses

- `400` — Invalid request body
- `401` — Missing or invalid API key
- `403` — Forbidden, or usage limit reached
- `429` — Rate limit exceeded. This endpoint allows 30 requests per 1 minute per organization.
- `500` — Failed to check usage limits
- `502` — Agent session creation failed
- `503` — Agent service is not configured

---

[API](https://skmtc.net/usenotra/apis/notra-api.md) · [All operations](https://skmtc.net/usenotra/apis/notra-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/usenotra/notra-api/revisions/4e07496e06b0/schema)
