Bookmarking `platform.openai.com` with `project_id`?

Is it possible to navigate directly to a specific project on the API dashboard (platform.openai.com)? We have a lot of projects, and it would be really useful if we could force visit a specific project.

e.g. https://platform.openai.com/logs?project_id=proj_3lM1234567890abcdefghijk

3 Likes

That link you shared should actually work, if you’re already in that org. Otherwise, you can include your org ID like this: ?with_org=org-abc&project_id=proj_xyz. :warning: This might break in the future since this isn’t official syntax, but feel free to use it in the meantime (we might introduce a more standard way of doing this later). :warning:

4 Likes

This is actually a great tip, seems to work well with playground too.

Stateful urls are nice!

1 Like