diff --git a/src/content/pages/programme/c-api-summit.mdx b/src/content/pages/programme/c-api-summit.mdx
new file mode 100644
index 000000000..7beec5593
--- /dev/null
+++ b/src/content/pages/programme/c-api-summit.mdx
@@ -0,0 +1,61 @@
+---
+title: C API Summit
+subtitle: A summit for Python's C API stakeholders to discuss its state and future.
+
+---
+## C API Summit
+The **C API Summit** aims to bring together various stakeholders of Python's C API to discuss its current state, address challenges, and align on ongoing work.
+
+
+**WHEN?**
+The summit will take place on **Monday, July 14th** or **Tuesday, July 15th** (confirmation pending).
+
+**WHERE?**
+The event will be hosted at the **Prague Congress Centre (PCC)**, Room [TBA].
+
+---
+
+
+#### Meet the Community
+
+The main goal of this summit is for various stakeholders of Python's C API to meet and discuss about the state of the API, existing challenges and ongoing work.
+
+We are particularly looking for contributors and maintainers of:
+- Python implementations with a C API (e.g., CPython, PyPy, GraalPy, MicroPython)
+- Binding generators and alternative APIs (e.g., HPy, Cython, pybind11, PyO3, SWIG)
+- Libraries that use the C API heavily or in innovative ways
+- Applications that embed Python
+- Similar projects working in this area
+
+#### Presentations
+
+If there is a topic you would like to present, please indicate it in the form and fill it in early.
+
+Summit presentations are brief, intended to get everyone on the same page and start a discussion. Time slots are of 30min at most (10 min of presentation + 20 min for questions/discussion).
+
+We are looking to discuss advanced topics.
+
+#### Tentative Agenda (subject to change)
+- **9:00 AM**: Meet and greet – unconference-style post-it board organization
+- **9:30 AM**: Presentations (30 minutes each: 10 min presentation + 20 min discussion)
+- **11:00 AM**: Coffee break
+- **11:15 AM**: Presentations continue
+- **12:45 PM**: Lunch
+- **1:45 PM**: Unconference-style activities (discussions, hacks, ad hoc tutorials, etc.)
+- **4:00 PM**: Round-up/plenary session for feedback and planning next steps
+- **6:30 PM**: Dinner
+
+
+#### Registration
+
+To be part of the C API summit [register your interest now!](https://docs.google.com/forms/d/e/1FAIpQLSfUT8BEHyt-Nlwo6aEmnEHdn1y_rkCoShEKYuHm4LhWvbMjjw/viewform) 👈
+
+Please register early. If you are not yet sure if you can come, note it on your registration. You can change your answer later.
+
+You need to have a valid EuroPython in-person ticket to participate. If this is an issue for you, say so on the form and we'll try to figure something out.
+
+If you can, plan to stay for the whole conference, to have plenty of time to follow up on discussions and new friendships.
+
+The event is limited to [TBA] participants. If more sign up, there will be a selection process.
+
+We will contact you with confirmations and more details closer to the event.
diff --git a/src/data/links.json b/src/data/links.json
index 280a68678..c8f243999 100644
--- a/src/data/links.json
+++ b/src/data/links.json
@@ -18,6 +18,10 @@
{
"name": "Speaker Mentorship",
"path": "/programme/mentorship"
+ },
+ {
+ "name": "C API Summit",
+ "path": "/programme/c-api-summit"
}
]
},
diff --git a/src/pages/c-api-summit.astro b/src/pages/c-api-summit.astro
new file mode 100644
index 000000000..fd972ffdf
--- /dev/null
+++ b/src/pages/c-api-summit.astro
@@ -0,0 +1,7 @@
+
+
+