# Elicitra Developer Access > Build and refine Elicitra scenarios through governed MCP tools and receive signed webhook events. ## Start here - [Agent bootstrap](https://elicitra.eigen.rest/developers/agent.md): Self-contained instructions for a coding agent. - [Full documentation](https://elicitra.eigen.rest/developers/llms-full.txt): All public developer guides in one text resource. - [v6 contract manifest](https://elicitra.eigen.rest/developers/v6/manifest.json): JSON Schema and AsyncAPI entrypoint. ## Guides - [Developer contract changelog](https://elicitra.eigen.rest/developers/changelog.md): Additions, deprecations, and compatibility notices for public Developer Access. - [Compatibility and versioning](https://elicitra.eigen.rest/developers/compatibility.md): Stable endpoint, contract versions, additive changes, and client smoke-test policy. - [Five-minute quickstart](https://elicitra.eigen.rest/developers/getting-started.md): Create a scoped PAT, connect your coding agent, and build reviewable scenario and campaign drafts. - [Developer Access](https://elicitra.eigen.rest/developers/index.md): Search Elicitra product knowledge, prepare governed drafts, and receive signed lifecycle or conditional automation events. - [Personal access tokens and scopes](https://elicitra.eigen.rest/developers/mcp/personal-access-tokens.md): Create, scope, rotate, revoke, and safely operate Elicitra MCP personal access tokens. - [Search Elicitra product knowledge](https://elicitra.eigen.rest/developers/mcp/product-knowledge.md): Ask the public MCP server how Elicitra works, with product-reference sections in English or Italian. - [Connect Codex, Cursor, or Claude Code](https://elicitra.eigen.rest/developers/mcp/setup.md): Configure Elicitra's stateless Streamable HTTP MCP without storing your PAT in a repository. - [Scenario and campaign authoring workflow](https://elicitra.eigen.rest/developers/mcp/workflow.md): Use optimistic revisions, idempotency, and review tools to prepare safe scenario and campaign drafts. - [Errors and limits](https://elicitra.eigen.rest/developers/reference/errors-and-limits.md): Understand MCP application errors, transport failures, quotas, and delivery limits. - [MCP tool reference](https://elicitra.eigen.rest/developers/reference/mcp-tools.md): Generated from the public runtime contract. Do not edit this file by hand. - [Webhook event reference](https://elicitra.eigen.rest/developers/reference/webhook-events.md): Generated from the public runtime contract. Do not edit this file by hand. - [Security and privacy](https://elicitra.eigen.rest/developers/security.md): Credential, tenant, webhook, and data-minimization boundaries for Developer Access. - [Troubleshooting](https://elicitra.eigen.rest/developers/troubleshooting.md): Diagnose connection, authorization, stale revision, and webhook delivery failures. - [Delivery, retries, deduplication, and ordering](https://elicitra.eigen.rest/developers/webhooks/delivery.md): Build a durable receiver around Elicitra's event modes, retry, replay, and payload guarantees. - [Webhook events](https://elicitra.eigen.rest/developers/webhooks/overview.md): Receive signed lifecycle snapshots and conditionally triggered automation events. - [Verify webhook signatures](https://elicitra.eigen.rest/developers/webhooks/verify-signatures.md): Verify raw request bytes, enforce timestamp tolerance, and deduplicate before processing.