Skip to content

API

Meet other local people interested in API: share experiences, inspire and encourage each other! Join a API group.
pin icon
1,118
members
people1 icon
4
groups

Frequently Asked Questions

Yes! Check out api events happening today here. These are in-person gatherings where you can meet fellow enthusiasts and participate in activities right now.

Discover all the api events taking place this week here. Plan ahead and join exciting meetups throughout the week.

Absolutely! Find api events near your location here. Connect with your local community and discover events within your area.

API Events Today

Join in-person API events happening right now

OpenClaw: Applied usecases
OpenClaw: Applied usecases
**NOTE: Registration invalid on meetup. Please register here for a valid ticket: [www.giveago.co/register/openclaw3](www.giveago.co/register/openclaw3)** "A capable agent is one that replies. A valuable agent is one that handles real work." This is the third installment in the OpenClaw series, shifting focus toward practical application—deploying built agents into real workflows across customer support, go-to-market, engineering, and QA. The event features a self-directed, table-group format where attendees work at their own pace alongside others pursuing similar goals. What we'll work through together • Customer support automation: triaging, drafting, routing, resolving without the back-and-forth • GTM workflows: lead research, outreach drafting, CRM updates, follow-up sequences • Engineering tasks: PR summaries, issue triage, documentation, test generation • QA and ops: automated checks, error monitoring, reporting pipelines • Building for your domain: scoping the right use case and wiring it up end to end Bring a laptop. Bring a running agent. Have a workflow in mind you'd love to hand off. Run of show 11:00 Doors open, coffee 11:30 Quick round the room 12:00 Build time 13:00 Lunch 13:45 Back to building 15:30 Sharing session 16:00 Close Series Partners Browser Use – open-source framework for web browser automation with AI agents Bronto – logging layer for the AI era Tensorix – radically simple platform for private AI inference ElevenLabs – AI research and product company building voice and audio tools​Your OpenClaw is running. It replies. Maybe it's done a few things you've asked it to. ​Now make it genuinely useful. **NOTE: Registration invalid on meetup. Please register on here for a valid ticket:** [www.giveago.co/register/openclaw3](www.giveago.co/register/openclaw3) ​This is the second day in the OpenClaw series. We're going deeper: memory that actually persists across conversations, a knowledge base it can draw on, skills that connect it to the tools you already use, and workflows that handle a whole process end to end. These are the things that turn an interesting agent into something you actually rely on. ​Self-directed, table-group format. You work at your own pace, in your own direction, with people around you doing the same. ​**What we'll work through together** * ​Memory architecture: short-term, long-term, episodic and how to set them up properly * ​Knowledge bases: connecting your own docs and notes so the agent can draw on them * ​Good skills to add: which integrations are worth the effort (Notion, email, calendar, GitHub) * ​Giving access to tools: MCP, APIs, function calling * ​Proper workflows: multi-step, conditional, handling a whole process and not just one message * ​Sandboxing: running actions safely without breaking things or leaking data **NOTE: Registration invalid on meetup. Please register on here for a valid ticket: [www.giveago.co/register/openclaw3](www.giveago.co/register/openclaw3)** ​You don't need to have come to Event 1. If you have OpenClaw running, you're ready for this. ​Bring a laptop. Bring your OpenClaw running. ​**Run of show** ​🕙 11:00 Doors open, coffee 💬 11:30 Where is everyone at: quick round the room 🚀 12:00 Build time 🍕 13:00 Lunch 🛠️ 13:45 Back to building 🖥️ 15:30 Share what you've connected 🔚 17:00 Close *** ​**Series Partners** [Browser Use](https://browser-use.com/?utm_source=luma) is the open-source framework for web browser automation with AI agents. If your agent needs to navigate the web, fill forms, or extract information from any site, Browser Use is how you wire that up. ​[Bronto](https://bronto.io/?utm_source=luma) is the logging layer for the AI era. It gives engineering teams unlimited log retention, millisecond search, and AI-powered troubleshooting without the cost blowout of legacy observability tools. [Tensorix](https://tensorix.ai/?utm_source=luma) is the radically simple platform for private AI inference. Access MiniMax-M2.5, GLM-5, and open-source models. Trusted by Finance, Healthcare, and Government orgs where compliance is non-negotiable. ​**Community Partner** ​\*\*[Wolfpack Digital](http://wolfpack-digital.com/?utm_source=giveago&utm_medium=live_event):\*\* Award-winning web and mobile product studio with teams in Dublin and Cluj-Napoca, working with clients from early-stage startups to global brands. ​**Community** [Give(a)Go](https://giveago.co/?utm_source=luma) is a Dublin-based builder community running hands-on events for ambitious people who make things. 30+ events. 1,000+ attendees. Partners include PostHog, LangChain, ElevenLabs, HubSpot and Windsurf. One rule: learning by building. **NOTE: Registration invalid on meetup. Please register on here for a valid ticket: [www.giveago.co/register/openclaw3](www.giveago.co/register/openclaw3)**
Mastering Data Engineering
Mastering Data Engineering
Hi All, We are excited to invite you to another informative and coding session on Saturday morning. We will continue working with Apache Spark. Come network with data enthusiasts, share ideas, projects, and advance your programming skills. We recommend bringing a fully charged laptop. Agenda: 10:00 - 10:20 DSEClub Introduction, Plans and Questions by Roman Golovnya 10:30 – 10:50 Databricks ai_query mini demo by Krzysztof Lechowski 11:00 – 11:30 Declarative Automation Bundles (formerly known as Databricks Asset Bundles) by Grace Jeremiah and Krzysztof Lechowski 11:30 – 12:30 Projects & Networking Let Roman Golovnya know if you're interested in hosting the next event or presenting at future meetups. You can contact him via meetup messages or email [roman.golovnya@gmail.com.](http://roman.golovnya@gmail.com./)
Monthly Meetup in the pub
Monthly Meetup in the pub
New people who know nothing about Linux are welcome and encouraged to attend, please don't be shy. If you are new please feel free to approach one of the organisers, and we'd be only happy to help explain things as best as we can, we honestly don't mind and don't judge. We were new once ourselves :) Please note that in general, these are adult friendly meetups, therefore, we are not responsible for those under 18 in attendance. We may have events targeted at children in the future. As with any Meetup, please try to stick to your RSVP or change it to No if you can't come.
Transformers in Pratice
Transformers in Pratice
If you’ve worked with LLMs, you’ve probably run into slow inference, out-of-memory errors, or hallucinations you couldn’t explain. There’s no shortage of resources on how transformers work, but most of them either ask you to build one from scratch or get lost in theory that doesn’t connect to the problems you’re actually facing. Transformers in Practice is different. We will give a complete practical view of how transformers work, from how they generate text to what’s happening inside the model to how it all gets optimized to run on real hardware. Interactive visualizations throughout let you see key concepts in action and build intuition that actually sticks. Here’s what you’ll learn: * **Model Behavior:** You’ll learn how LLMs generate text through an autoregressive loop, selecting one token at a time from a probability distribution. You’ll see how sampling parameters like temperature shape the output, why hallucinations happen, and how techniques like RAG, constrained generation, and chain-of-thought reasoning all work within this same loop. * **Model Architecture and Attention:** You’ll look inside the transformer to understand what attention is really doing, how positional encoding tracks token order, and how multiple layers and attention heads work together to turn an input sequence into a next-token prediction. * **Scaling and Deploying:** You’ll learn why GPUs are well-suited for transformer inference and where the real bottlenecks are. You’ll build practical intuition for quantization, KV caching, flash attention, and speculative decoding, including the tradeoffs each one introuces for cost, speed, and output quality. The minimum fee is to pay the venue and avoid no show and make this group of people sustainable in the long term
Social Pub Crawl
Social Pub Crawl
**[Early Bird Discount](www.eventbrite.com/e/1987332467909/?discount=Meetup)** ### ✨ What Is the Social Pub Crawl? A relaxed and social pub crawl designed to help people connect naturally while enjoying a night out in Dublin. This is **not a massive party crawl** and not a tourist tour. It’s a friendly, international experience where drinks, short social games and good conversations come together in an easy and natural way. Whether you come alone or with friends, you’ll quickly feel part of the group. ### 🍻 How It Works We’ll visit several pubs in the city centre, staying around **30–40 minutes in each one**. At every stop, the organizer will run a **short and simple social activity**. These games are designed to: * Break the ice naturally * Help people interact without pressure * Work well in busy, noisy pubs Between activities, there’s plenty of time to chat, grab a drink and enjoy the atmosphere. 🏆 In each activity, points are awarded to several participants. At the end of the night, **the 3 people with the most points win a free drink**. ### 🍀 Who Is This Event For? Absolutely everyone. New in Dublin, long-time residents, expats, locals, shy people, outgoing people — all are welcome. You don’t need to drink alcohol, be loud, or be “good at games”. The only requirement is being open to meeting new people in a relaxed way. ### 💬 A Friendly & Comfortable Atmosphere Our events are known for being inclusive, respectful and easy-going. Come alone or with friends — you’ll feel comfortable from the very beginning. To keep the experience social and personal, **spots are limited**. ### 🕕 Practical Details • **Time:** 19:00 – 22:30 • **Group size:** Limited • **Location:** In front of the Odeon! (next to the Iveagh Gardens) ### 💸 Entry • **€7,5 [Early Bird Discount](www.eventbrite.com/e/1987332467909/?discount=Meetup)** • **€10 Pay at the start** 🟡 Regular Members: **50% off** 🔵 Theme Members: **Free** 🟣 Complete Members: **Free** ⚠️ Limited spots available. ### 🎉 Join Us Expect good vibes, friendly people, light games and great conversations — all while discovering some great pubs along the way. RSVP now and enjoy a social night out, the easy way 🍺✨
Belly Dance Movement for Wellbeing
Belly Dance Movement for Wellbeing
A relaxed belly dance-inspired movement session in Dublin city centre. This class is an accessible movement practice designed to support wellbeing, posture, and gentle full-body fitness. We work from simple foundational movements and focus on: ✨ Core strength and stability ✨ Posture and body alignment ✨ Hip, lower back, and leg mobility ✨ Coordination and balance ✨ Body awareness and relaxation No experience is required. This is an open-level session where we explore movement in a simple and supportive way, without performance pressure. The focus is on how the body feels, not how it looks. *** ## Social & Community After the session, you are welcome to stay for a coffee or lunch nearby in Dublin city centre. A relaxed way to connect and enjoy the weekend. *** 📍 Mind the Step Café, Dublin City Centre 🕛 Saturday 12:00 PM 💶 €10 contribution towards studio rental (class itself is free)

API Events Near You

Connect with your local API community

COhPy Monthly Meeting
COhPy Monthly Meeting
**Improving Office in Franklinton** Physical location: Improving Office 330 Rush Alley Suite #150 Columbus, OH 43215 Schedule: 6:00 p.m.: Socialize, eat, and drink. Improving will be providing pizza and beverages. 6:30 to 8:00 pm. Main meeting and presentation(s). Topic: This month Chris Pazsint will be talking about Agentic Coding. How does one use CLI Based Agents, and Agentic IDEs such as Cursor, Kiro, Antigravity? How to include agentic coding plugins for IDEs you already love such as Visual Studio Code. We meet on the last Monday of each Month. Presentations are given by members and friends of this group. If you would like to do a presentation (small or large) on a python topic, please contact Central OH Python at centralohpython@gmail.com
4th of July Party
4th of July Party
Columbus PHP: Monthly Meetup
Columbus PHP: Monthly Meetup
Our monthly PHP meetup. A virtual shindig courtesy of Zoom. Check back here for the details around 6:15 pm
IxDA Chat n Pancakes
IxDA Chat n Pancakes
You can sleep in on the Sesquicentennial (observed), we’re shifting to the following Friday. But join the local UX community for a chat and some biscuits to catch up. If you were in CA for Figma Config, tell us all the lines and you can tell me how I can animate an SVG without coding it by hand, and why I’d even want to. Thanks to the team at Nationwide of supporting the group.
DoJo (Informal Python Meeting)
DoJo (Informal Python Meeting)
**Latest Dojo Location!** **Knotty Pine Brewing** 1765 W 3rd Ave, Columbus, OH 43212 We're going to try a new dojo location for a few weeks and see how it works Dojos are informal Python group study sessions where everyone interested in Python gathers to learn about Python, help others with Python, or just hang out. Everyone is welcome from Python beginners to experts. Bringing a laptop is encouraged (we'll have extension cords and power strips). If there's something you want to learn leave a comment on this invite so we can plan ahead. We're looking for speakers for our Monthly Meetups! Fill out the form if you are interested in presenting to the Python Community. https://forms.gle/ehSfUAC2WgR34Crq9
Columbus Arduino Raspberry Pi Enthusiasts (CARPE) (Check Location)
Columbus Arduino Raspberry Pi Enthusiasts (CARPE) (Check Location)
Bring your Raspberry Pi, Arduino, microcontroller, or any other electronic project and join fellow electronics makers for a night of creativity and collaboration! This session is open forum to share your current projects—whether complete or in progress, it’s all interesting! Whether you’re deep into embedded systems, exploring new ideas, or just getting started, you’ll find a welcoming space to collaborate, share, and get inspired. **New to electronics or curious about tinkering?** You’re absolutely welcome. If you’re a beginner and want to experiment, I’ll have a couple of starter kits available so you can try things out—whether that’s blinking your first LED, putting something on a display, or experimenting with simple sensors. No pressure and no experience required—just an interest in learning and building. While we continue to pursue a more permanent venue for this Meetup, we’ll be using public library facilities based on availability.
Azure CBUS July
Azure CBUS July
Want to be a speaker? submit your talk to our Call for Presenters!!! https://sessionize.com/azure-cbus-2026/